#e66ca7

Color #E66CA7 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E66CA7

Tints of Pale Violet Red #E66CA7

Color information

#E66CA7 (or 0xE66CA7) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6C and A7. RGB value is (230,108,167). Sum of RGB (Red+Green+Blue) = 230+108+167=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CA7 is #199358. Grayscale: #979797. Windows color (decimal): -1676121 or 10972390. OLE color: 10972390.

HSL color Cylindrical-coordinate representation of color #E66CA7: hue angle of 330.98º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CA7 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230108167-
CMYK00.530.270.10
HSL330.98º70.93%66.27%-
HSV(B)330.98º53.04%90.2%-
XYZ44.9730.3440.04-
YUV151.2136.92184.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=45.54%
G=21.39%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010816700.530.270.10330.9870.9366.27
HexE66CA70351BA14b4742
Octal3461542470653312513107102
Binary11100110110110010100111011010111011101010100101110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e66ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e66ca7; }

 p { color: rgb(230,108,167); }

 H1.HeaderClassName
 {
   color: #e66ca7;
 }
 .AnyTagClassName
 {
   color: #e66ca7;
 }
</style>
background-color css

<style>
 a { background-color: #e66ca7; }

 a { background-color: rgb(230,108,167); }

 div.DivClassName
 {
   background-color: #e66ca7;
 }
 .BgClassName
 {
   background-color: #e66ca7;
 }
</style>
border-color css

<style>
 span { border-color: #e66ca7; }

 span { border-color: rgb(230,108,167); }

 td.TdClassName
 {
   border-color: #e66ca7;
 }
 .TagClassName
 {
   border-color: #e66ca7;
 }
</style>