Html Css Color HEX #E06CA4 Pale Violet Red

📋 copy color: '#E06CA4'

red 224 ◦ green 108 ◦ blue 164

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

Shades of Pale Violet Red #E06CA4

Tints of Pale Violet Red #E06CA4

RGB

 RED value IS 224 (87.89% from 255) = 45.16%

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

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

R = 45.16%
G = 21.77%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E06CA4 (or 0xE06CA4) is known color: Pale Violet Red. HEX triplet: E0, 6C and A4. RGB value is (224,108,164). Sum of RGB (Red+Green+Blue) = 224+108+164=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CA4 is #1F935B. Grayscale: #949494. Windows color (decimal): -2069340 or 10775776. OLE color: 10775776.

HSL color Cylindrical-coordinate representation of color #E06CA4: hue angle of 331.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CA4 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 164 -
CMYK 0 0.52 0.27 0.12
HSL 331.03º 0.65% 0.65% -
HSV(B) 331.03º 0.52% 0.88% -
XYZ 42.8 29.25 38.51 -
YUV 149.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 224 108 164 0 0.52 0.27 0.12 331.03 0.65 0.65
Hex E0 6C A4 0 34 1B C 14B 41 41
Octal 340 154 244 0 64 33 14 513 101 101
Binary 11100000 1101100 10100100 0 110100 11011 1100 101001011 1000001 1000001

Color Harmonies of #E06CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CA4

Black with #E06CA4

Text Example


Text Example

White with #E06CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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