Html Css Color HEX #EACADB Classic Rose

📋 copy color: '#EACADB'

red 234 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #EACADB

Tints of Classic Rose #EACADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.84%

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

R = 35.73%
G = 30.84%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACADB (or 0xEACADB) is known color: Classic Rose. HEX triplet: EA, CA and DB. RGB value is (234,202,219). Sum of RGB (Red+Green+Blue) = 234+202+219=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADB is #153524. Grayscale: #D5D5D5. Windows color (decimal): -1389861 or 14404330. OLE color: 14404330.

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

Color convert

RGB 234 202 219 -
CMYK 0 0.14 0.06 0.08
HSL 328.13º 0.43% 0.85% -
HSV(B) 328.13º 0.14% 0.92% -
XYZ 67.84 64.85 75.96 -
YUV 213.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 234 202 219 0 0.14 0.06 0.08 328.13 0.43 0.85
Hex EA CA DB 0 E 6 8 148 2B 55
Octal 352 312 333 0 16 6 10 510 53 125
Binary 11101010 11001010 11011011 0 1110 110 1000 101001000 101011 1010101

Color Harmonies of #EACADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACADB

Black with #EACADB

Text Example


Text Example

White with #EACADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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