Html Css Color HEX #EBB5BB Blossom

📋 copy color: '#EBB5BB'

red 235 ◦ green 181 ◦ blue 187

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

Shades of Blossom #EBB5BB

Tints of Blossom #EBB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.02%

 BLUE value IS 187 (73.44% from 255) = 31.01%

R = 38.97%
G = 30.02%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBB5BB (or 0xEBB5BB) is known color: Blossom. HEX triplet: EB, B5 and BB. RGB value is (235,181,187). Sum of RGB (Red+Green+Blue) = 235+181+187=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5BB is #144A44. Grayscale: #C5C5C5. Windows color (decimal): -1329733 or 12301803. OLE color: 12301803.

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

Color convert

RGB 235 181 187 -
CMYK 0 0.23 0.20 0.08
HSL 353.33º 0.57% 0.82% -
HSV(B) 353.33º 0.23% 0.92% -
XYZ 59.75 54.3 54.34 -
YUV 197.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 235 181 187 0 0.23 0.20 0.08 353.33 0.57 0.82
Hex EB B5 BB 0 17 14 8 161 39 52
Octal 353 265 273 0 27 24 10 541 71 122
Binary 11101011 10110101 10111011 0 10111 10100 1000 101100001 111001 1010010

Color Harmonies of #EBB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5BB

Black with #EBB5BB

Text Example


Text Example

White with #EBB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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