Html Css Color HEX #EBB6BB Blossom

📋 copy color: '#EBB6BB'

red 235 ◦ green 182 ◦ blue 187

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

Shades of Blossom #EBB6BB

Tints of Blossom #EBB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

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

R = 38.91%
G = 30.13%
B = 30.96%

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

#EBB6BB (or 0xEBB6BB) is known color: Blossom. HEX triplet: EB, B6 and BB. RGB value is (235,182,187). Sum of RGB (Red+Green+Blue) = 235+182+187=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6BB is #144944. Grayscale: #C6C6C6. Windows color (decimal): -1329477 or 12302059. OLE color: 12302059.

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

Color convert

RGB 235 182 187 -
CMYK 0 0.23 0.20 0.08
HSL 354.34º 0.57% 0.82% -
HSV(B) 354.34º 0.23% 0.92% -
XYZ 59.96 54.71 54.41 -
YUV 198.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 235 182 187 0 0.23 0.20 0.08 354.34 0.57 0.82
Hex EB B6 BB 0 17 14 8 162 39 52
Octal 353 266 273 0 27 24 10 542 71 122
Binary 11101011 10110110 10111011 0 10111 10100 1000 101100010 111001 1010010

Color Harmonies of #EBB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6BB

Black with #EBB6BB

Text Example


Text Example

White with #EBB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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