Html Css Color HEX #EAD4E0 Classic Rose

📋 copy color: '#EAD4E0'

red 234 ◦ green 212 ◦ blue 224

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

Shades of Classic Rose #EAD4E0

Tints of Classic Rose #EAD4E0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.64%

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

R = 34.93%
G = 31.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAD4E0 (or 0xEAD4E0) is known color: Classic Rose. HEX triplet: EA, D4 and E0. RGB value is (234,212,224). Sum of RGB (Red+Green+Blue) = 234+212+224=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4E0 is #152B1F. Grayscale: #DBDBDB. Windows color (decimal): -1387296 or 14734570. OLE color: 14734570.

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

Color convert

RGB 234 212 224 -
CMYK 0 0.09 0.04 0.08
HSL 327.27º 0.34% 0.87% -
HSV(B) 327.27º 0.09% 0.92% -
XYZ 70.93 69.96 80.29 -
YUV 219.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 234 212 224 0 0.09 0.04 0.08 327.27 0.34 0.87
Hex EA D4 E0 0 9 4 8 147 22 57
Octal 352 324 340 0 11 4 10 507 42 127
Binary 11101010 11010100 11100000 0 1001 100 1000 101000111 100010 1010111

Color Harmonies of #EAD4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4E0

Black with #EAD4E0

Text Example


Text Example

White with #EAD4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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