Html Css Color HEX #EAD0E0 Classic Rose

📋 copy color: '#EAD0E0'

red 234 ◦ green 208 ◦ blue 224

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

Shades of Classic Rose #EAD0E0

Tints of Classic Rose #EAD0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

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

R = 35.14%
G = 31.23%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAD0E0 (or 0xEAD0E0) is known color: Classic Rose. HEX triplet: EA, D0 and E0. RGB value is (234,208,224). Sum of RGB (Red+Green+Blue) = 234+208+224=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0E0 is #152F1F. Grayscale: #D9D9D9. Windows color (decimal): -1388320 or 14733546. OLE color: 14733546.

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

Color convert

RGB 234 208 224 -
CMYK 0 0.11 0.04 0.08
HSL 323.08º 0.38% 0.87% -
HSV(B) 323.08º 0.11% 0.92% -
XYZ 69.94 67.99 79.96 -
YUV 217.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 234 208 224 0 0.11 0.04 0.08 323.08 0.38 0.87
Hex EA D0 E0 0 B 4 8 143 26 57
Octal 352 320 340 0 13 4 10 503 46 127
Binary 11101010 11010000 11100000 0 1011 100 1000 101000011 100110 1010111

Color Harmonies of #EAD0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD0E0

Black with #EAD0E0

Text Example


Text Example

White with #EAD0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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