Html Css Color HEX #EACBDA Classic Rose

📋 copy color: '#EACBDA'

red 234 ◦ green 203 ◦ blue 218

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

Shades of Classic Rose #EACBDA

Tints of Classic Rose #EACBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.99%

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 35.73%
G = 30.99%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EACBDA (or 0xEACBDA) is known color: Classic Rose. HEX triplet: EA, CB and DA. RGB value is (234,203,218). Sum of RGB (Red+Green+Blue) = 234+203+218=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBDA is #153425. Grayscale: #D5D5D5. Windows color (decimal): -1389606 or 14339050. OLE color: 14339050.

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

Color convert

RGB 234 203 218 -
CMYK 0 0.13 0.07 0.08
HSL 330.97º 0.42% 0.86% -
HSV(B) 330.97º 0.13% 0.92% -
XYZ 67.94 65.27 75.35 -
YUV 213.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 234 203 218 0 0.13 0.07 0.08 330.97 0.42 0.86
Hex EA CB DA 0 D 7 8 14B 2A 56
Octal 352 313 332 0 15 7 10 513 52 126
Binary 11101010 11001011 11011010 0 1101 111 1000 101001011 101010 1010110

Color Harmonies of #EACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBDA

Black with #EACBDA

Text Example


Text Example

White with #EACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBDA; }

 p { color: rgb(234,203,218); }

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

background-color css

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

 a { background-color: rgb(234,203,218); }

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

border-color css

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

 span { border-color: rgb(234,203,218); }

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