Html Css Color HEX #E0AFCA Twilight

📋 copy color: '#E0AFCA'

red 224 ◦ green 175 ◦ blue 202

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

Shades of Twilight #E0AFCA

Tints of Twilight #E0AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 37.27%
G = 29.12%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0AFCA (or 0xE0AFCA) is known color: Twilight. HEX triplet: E0, AF and CA. RGB value is (224,175,202). Sum of RGB (Red+Green+Blue) = 224+175+202=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCA is #1F5035. Grayscale: #C0C0C0. Windows color (decimal): -2052150 or 13283296. OLE color: 13283296.

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

Color convert

RGB 224 175 202 -
CMYK 0 0.22 0.10 0.12
HSL 326.94º 0.44% 0.78% -
HSV(B) 326.94º 0.22% 0.88% -
XYZ 56.73 50.77 62.69 -
YUV 192.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 224 175 202 0 0.22 0.10 0.12 326.94 0.44 0.78
Hex E0 AF CA 0 16 A C 147 2C 4E
Octal 340 257 312 0 26 12 14 507 54 116
Binary 11100000 10101111 11001010 0 10110 1010 1100 101000111 101100 1001110

Color Harmonies of #E0AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFCA

Black with #E0AFCA

Text Example


Text Example

White with #E0AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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