Html Css Color HEX #E66CA4 Pale Violet Red

📋 copy color: '#E66CA4'

red 230 ◦ green 108 ◦ blue 164

#E66CA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E66CA4

Tints of Pale Violet Red #E66CA4

RGB

 RED value IS 230 (90.23% from 255) = 45.82%

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 164 (64.45% from 255) = 32.67%

R = 45.82%
G = 21.51%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E66CA4 (or 0xE66CA4) is known color: Pale Violet Red. HEX triplet: E6, 6C and A4. RGB value is (230,108,164). Sum of RGB (Red+Green+Blue) = 230+108+164=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CA4 is #19935B. Grayscale: #969696. Windows color (decimal): -1676124 or 10775782. OLE color: 10775782.

HSL color Cylindrical-coordinate representation of color #E66CA4: hue angle of 332.46º 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 #E66CA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 108 164 -
CMYK 0 0.53 0.29 0.10
HSL 332.46º 0.71% 0.66% -
HSV(B) 332.46º 0.53% 0.9% -
XYZ 44.7 30.23 38.6 -
YUV 150.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 230 108 164 0 0.53 0.29 0.10 332.46 0.71 0.66
Hex E6 6C A4 0 35 1D A 14C 47 42
Octal 346 154 244 0 65 35 12 514 107 102
Binary 11100110 1101100 10100100 0 110101 11101 1010 101001100 1000111 1000010

Color Harmonies of #E66CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CA4

Black with #E66CA4

Text Example


Text Example

White with #E66CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CA4; }

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

 H1.HeaderClassName
 {
   color: #E66CA4;
 }
 .AnyTagClassName
 {
   color: #E66CA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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