Html Css Color HEX #EBB5B6 Blossom

📋 copy color: '#EBB5B6'

red 235 ◦ green 181 ◦ blue 182

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

Shades of Blossom #EBB5B6

Tints of Blossom #EBB5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.43%

R = 39.3%
G = 30.27%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBB5B6 (or 0xEBB5B6) is known color: Blossom. HEX triplet: EB, B5 and B6. RGB value is (235,181,182). Sum of RGB (Red+Green+Blue) = 235+181+182=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5B6 is #144A49. Grayscale: #C5C5C5. Windows color (decimal): -1329738 or 11974123. OLE color: 11974123.

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

Color convert

RGB 235 181 182 -
CMYK 0 0.23 0.23 0.08
HSL 358.89º 0.57% 0.82% -
HSV(B) 358.89º 0.23% 0.92% -
XYZ 59.23 54.09 51.57 -
YUV 197.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 235 181 182 0 0.23 0.23 0.08 358.89 0.57 0.82
Hex EB B5 B6 0 17 17 8 167 39 52
Octal 353 265 266 0 27 27 10 547 71 122
Binary 11101011 10110101 10110110 0 10111 10111 1000 101100111 111001 1010010

Color Harmonies of #EBB5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5B6

Black with #EBB5B6

Text Example


Text Example

White with #EBB5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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