Html Css Color HEX #EAD0E1 Classic Rose

📋 copy color: '#EAD0E1'

red 234 ◦ green 208 ◦ blue 225

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

Shades of Classic Rose #EAD0E1

Tints of Classic Rose #EAD0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.73%

R = 35.08%
G = 31.18%
B = 33.73%

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

#EAD0E1 (or 0xEAD0E1) is known color: Classic Rose. HEX triplet: EA, D0 and E1. RGB value is (234,208,225). Sum of RGB (Red+Green+Blue) = 234+208+225=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0E1 is #152F1E. Grayscale: #D9D9D9. Windows color (decimal): -1388319 or 14799082. OLE color: 14799082.

HSL color Cylindrical-coordinate representation of color #EAD0E1: hue angle of 320.77º 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 #EAD0E1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 225 -
CMYK 0 0.11 0.04 0.08
HSL 320.77º 0.38% 0.87% -
HSV(B) 320.77º 0.11% 0.92% -
XYZ 70.08 68.04 80.67 -
YUV 217.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 234 208 225 0 0.11 0.04 0.08 320.77 0.38 0.87
Hex EA D0 E1 0 B 4 8 141 26 57
Octal 352 320 341 0 13 4 10 501 46 127
Binary 11101010 11010000 11100001 0 1011 100 1000 101000001 100110 1010111

Color Harmonies of #EAD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD0E1

Black with #EAD0E1

Text Example


Text Example

White with #EAD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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