Html Css Color HEX #EACDE1 Classic Rose

📋 copy color: '#EACDE1'

red 234 ◦ green 205 ◦ blue 225

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

Shades of Classic Rose #EACDE1

Tints of Classic Rose #EACDE1

RGB

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

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

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

R = 35.24%
G = 30.87%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EACDE1 (or 0xEACDE1) is known color: Classic Rose. HEX triplet: EA, CD and E1. RGB value is (234,205,225). Sum of RGB (Red+Green+Blue) = 234+205+225=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE1 is #15321E. Grayscale: #D7D7D7. Windows color (decimal): -1389087 or 14798314. OLE color: 14798314.

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

Color convert

RGB 234 205 225 -
CMYK 0 0.12 0.04 0.08
HSL 318.62º 0.41% 0.86% -
HSV(B) 318.62º 0.12% 0.92% -
XYZ 69.35 66.59 80.43 -
YUV 215.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 234 205 225 0 0.12 0.04 0.08 318.62 0.41 0.86
Hex EA CD E1 0 C 4 8 13F 29 56
Octal 352 315 341 0 14 4 10 477 51 126
Binary 11101010 11001101 11100001 0 1100 100 1000 100111111 101001 1010110

Color Harmonies of #EACDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDE1

Black with #EACDE1

Text Example


Text Example

White with #EACDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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