Html Css Color HEX #E0AFCC Twilight

📋 copy color: '#E0AFCC'

red 224 ◦ green 175 ◦ blue 204

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

Shades of Twilight #E0AFCC

Tints of Twilight #E0AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.02%

 BLUE value IS 204 (80.08% from 255) = 33.83%

R = 37.15%
G = 29.02%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0AFCC (or 0xE0AFCC) is known color: Twilight. HEX triplet: E0, AF and CC. RGB value is (224,175,204). Sum of RGB (Red+Green+Blue) = 224+175+204=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCC is #1F5033. Grayscale: #C0C0C0. Windows color (decimal): -2052148 or 13414368. OLE color: 13414368.

HSL color Cylindrical-coordinate representation of color #E0AFCC: hue angle of 324.49º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFCC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 175 204 -
CMYK 0 0.22 0.09 0.12
HSL 324.49º 0.44% 0.78% -
HSV(B) 324.49º 0.22% 0.88% -
XYZ 56.97 50.87 63.94 -
YUV 192.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 224 175 204 0 0.22 0.09 0.12 324.49 0.44 0.78
Hex E0 AF CC 0 16 9 C 144 2C 4E
Octal 340 257 314 0 26 11 14 504 54 116
Binary 11100000 10101111 11001100 0 10110 1001 1100 101000100 101100 1001110

Color Harmonies of #E0AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFCC

Black with #E0AFCC

Text Example


Text Example

White with #E0AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFCC; }

 p { color: rgb(224,175,204); }

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

background-color css

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

 a { background-color: rgb(224,175,204); }

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

border-color css

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

 span { border-color: rgb(224,175,204); }

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