Html Css Color HEX #EBBBD9 Classic Rose

📋 copy color: '#EBBBD9'

red 235 ◦ green 187 ◦ blue 217

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

Shades of Classic Rose #EBBBD9

Tints of Classic Rose #EBBBD9

RGB

 RED value IS 235 (92.19% from 255) = 36.78%

 GREEN value IS 187 (73.44% from 255) = 29.26%

 BLUE value IS 217 (85.16% from 255) = 33.96%

R = 36.78%
G = 29.26%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBBBD9 (or 0xEBBBD9) is known color: Classic Rose. HEX triplet: EB, BB and D9. RGB value is (235,187,217). Sum of RGB (Red+Green+Blue) = 235+187+217=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBD9 is #144426. Grayscale: #CCCCCC. Windows color (decimal): -1328167 or 14269419. OLE color: 14269419.

HSL color Cylindrical-coordinate representation of color #EBBBD9: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 217 -
CMYK 0 0.20 0.08 0.08
HSL 322.5º 0.55% 0.83% -
HSV(B) 322.5º 0.2% 0.92% -
XYZ 64.56 58.21 73.48 -
YUV 204.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 235 187 217 0 0.20 0.08 0.08 322.5 0.55 0.83
Hex EB BB D9 0 14 8 8 142 37 53
Octal 353 273 331 0 24 10 10 502 67 123
Binary 11101011 10111011 11011001 0 10100 1000 1000 101000010 110111 1010011

Color Harmonies of #EBBBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBD9

Black with #EBBBD9

Text Example


Text Example

White with #EBBBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBD9; }

 p { color: rgb(235,187,217); }

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

background-color css

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

 a { background-color: rgb(235,187,217); }

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

border-color css

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

 span { border-color: rgb(235,187,217); }

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