Html Css Color HEX #EAC3DB Classic Rose

📋 copy color: '#EAC3DB'

red 234 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #EAC3DB

Tints of Classic Rose #EAC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.09%

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

R = 36.11%
G = 30.09%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAC3DB (or 0xEAC3DB) is known color: Classic Rose. HEX triplet: EA, C3 and DB. RGB value is (234,195,219). Sum of RGB (Red+Green+Blue) = 234+195+219=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3DB is #153C24. Grayscale: #D1D1D1. Windows color (decimal): -1391653 or 14402538. OLE color: 14402538.

HSL color Cylindrical-coordinate representation of color #EAC3DB: hue angle of 323.08º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC3DB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 219 -
CMYK 0 0.17 0.06 0.08
HSL 323.08º 0.48% 0.84% -
HSV(B) 323.08º 0.17% 0.92% -
XYZ 66.23 61.64 75.42 -
YUV 209.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 234 195 219 0 0.17 0.06 0.08 323.08 0.48 0.84
Hex EA C3 DB 0 11 6 8 143 30 54
Octal 352 303 333 0 21 6 10 503 60 124
Binary 11101010 11000011 11011011 0 10001 110 1000 101000011 110000 1010100

Color Harmonies of #EAC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC3DB

Black with #EAC3DB

Text Example


Text Example

White with #EAC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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