Html Css Color HEX #EAC8E0 Classic Rose

📋 copy color: '#EAC8E0'

red 234 ◦ green 200 ◦ blue 224

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

Shades of Classic Rose #EAC8E0

Tints of Classic Rose #EAC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.4%

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

R = 35.56%
G = 30.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAC8E0 (or 0xEAC8E0) is known color: Classic Rose. HEX triplet: EA, C8 and E0. RGB value is (234,200,224). Sum of RGB (Red+Green+Blue) = 234+200+224=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8E0 is #15371F. Grayscale: #D4D4D4. Windows color (decimal): -1390368 or 14731498. OLE color: 14731498.

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

Color convert

RGB 234 200 224 -
CMYK 0 0.15 0.04 0.08
HSL 317.65º 0.45% 0.85% -
HSV(B) 317.65º 0.15% 0.92% -
XYZ 68.04 64.18 79.32 -
YUV 212.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 234 200 224 0 0.15 0.04 0.08 317.65 0.45 0.85
Hex EA C8 E0 0 F 4 8 13E 2D 55
Octal 352 310 340 0 17 4 10 476 55 125
Binary 11101010 11001000 11100000 0 1111 100 1000 100111110 101101 1010101

Color Harmonies of #EAC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8E0

Black with #EAC8E0

Text Example


Text Example

White with #EAC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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