Html Css Color HEX #EAC9E0 Classic Rose

📋 copy color: '#EAC9E0'

red 234 ◦ green 201 ◦ blue 224

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

Shades of Classic Rose #EAC9E0

Tints of Classic Rose #EAC9E0

RGB

 RED value IS 234 (91.8% from 255) = 35.51%

 GREEN value IS 201 (78.91% from 255) = 30.5%

 BLUE value IS 224 (87.89% from 255) = 33.99%

R = 35.51%
G = 30.5%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAC9E0 (or 0xEAC9E0) is known color: Classic Rose. HEX triplet: EA, C9 and E0. RGB value is (234,201,224). Sum of RGB (Red+Green+Blue) = 234+201+224=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E0 is #15361F. Grayscale: #D5D5D5. Windows color (decimal): -1390112 or 14731754. OLE color: 14731754.

HSL color Cylindrical-coordinate representation of color #EAC9E0: hue angle of 318.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9E0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 224 -
CMYK 0 0.14 0.04 0.08
HSL 318.18º 0.44% 0.85% -
HSV(B) 318.18º 0.14% 0.92% -
XYZ 68.27 64.65 79.4 -
YUV 213.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 234 201 224 0 0.14 0.04 0.08 318.18 0.44 0.85
Hex EA C9 E0 0 E 4 8 13E 2C 55
Octal 352 311 340 0 16 4 10 476 54 125
Binary 11101010 11001001 11100000 0 1110 100 1000 100111110 101100 1010101

Color Harmonies of #EAC9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9E0

Black with #EAC9E0

Text Example


Text Example

White with #EAC9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9E0; }

 p { color: rgb(234,201,224); }

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

background-color css

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

 a { background-color: rgb(234,201,224); }

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

border-color css

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

 span { border-color: rgb(234,201,224); }

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