Html Css Color HEX #EACDE2 Classic Rose

📋 copy color: '#EACDE2'

red 234 ◦ green 205 ◦ blue 226

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

Shades of Classic Rose #EACDE2

Tints of Classic Rose #EACDE2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.83%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 35.19%
G = 30.83%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EACDE2 (or 0xEACDE2) is known color: Classic Rose. HEX triplet: EA, CD and E2. RGB value is (234,205,226). Sum of RGB (Red+Green+Blue) = 234+205+226=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE2 is #15321D. Grayscale: #D8D8D8. Windows color (decimal): -1389086 or 14863850. OLE color: 14863850.

HSL color Cylindrical-coordinate representation of color #EACDE2: hue angle of 316.55º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDE2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 226 -
CMYK 0 0.12 0.03 0.08
HSL 316.55º 0.41% 0.86% -
HSV(B) 316.55º 0.12% 0.92% -
XYZ 69.49 66.65 81.15 -
YUV 216.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 234 205 226 0 0.12 0.03 0.08 316.55 0.41 0.86
Hex EA CD E2 0 C 3 8 13D 29 56
Octal 352 315 342 0 14 3 10 475 51 126
Binary 11101010 11001101 11100010 0 1100 11 1000 100111101 101001 1010110

Color Harmonies of #EACDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDE2

Black with #EACDE2

Text Example


Text Example

White with #EACDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDE2; }

 p { color: rgb(234,205,226); }

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

background-color css

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

 a { background-color: rgb(234,205,226); }

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

border-color css

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

 span { border-color: rgb(234,205,226); }

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