Html Css Color HEX #EACBDB Classic Rose

📋 copy color: '#EACBDB'

red 234 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #EACBDB

Tints of Classic Rose #EACBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 35.67%
G = 30.95%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACBDB (or 0xEACBDB) is known color: Classic Rose. HEX triplet: EA, CB and DB. RGB value is (234,203,219). Sum of RGB (Red+Green+Blue) = 234+203+219=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBDB is #153424. Grayscale: #D6D6D6. Windows color (decimal): -1389605 or 14404586. OLE color: 14404586.

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

Color convert

RGB 234 203 219 -
CMYK 0 0.13 0.06 0.08
HSL 329.03º 0.42% 0.86% -
HSV(B) 329.03º 0.13% 0.92% -
XYZ 68.07 65.32 76.04 -
YUV 214.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 234 203 219 0 0.13 0.06 0.08 329.03 0.42 0.86
Hex EA CB DB 0 D 6 8 149 2A 56
Octal 352 313 333 0 15 6 10 511 52 126
Binary 11101010 11001011 11011011 0 1101 110 1000 101001001 101010 1010110

Color Harmonies of #EACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBDB

Black with #EACBDB

Text Example


Text Example

White with #EACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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