Html Css Color HEX #EBB0B5 Blossom

📋 copy color: '#EBB0B5'

red 235 ◦ green 176 ◦ blue 181

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

Shades of Blossom #EBB0B5

Tints of Blossom #EBB0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.73%

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 39.7%
G = 29.73%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBB0B5 (or 0xEBB0B5) is known color: Blossom. HEX triplet: EB, B0 and B5. RGB value is (235,176,181). Sum of RGB (Red+Green+Blue) = 235+176+181=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B5 is #144F4A. Grayscale: #C2C2C2. Windows color (decimal): -1331019 or 11907307. OLE color: 11907307.

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

Color convert

RGB 235 176 181 -
CMYK 0 0.25 0.23 0.08
HSL 354.92º 0.6% 0.81% -
HSV(B) 354.92º 0.25% 0.92% -
XYZ 58.13 52.05 50.7 -
YUV 194.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 235 176 181 0 0.25 0.23 0.08 354.92 0.6 0.81
Hex EB B0 B5 0 19 17 8 163 3C 51
Octal 353 260 265 0 31 27 10 543 74 121
Binary 11101011 10110000 10110101 0 11001 10111 1000 101100011 111100 1010001

Color Harmonies of #EBB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0B5

Black with #EBB0B5

Text Example


Text Example

White with #EBB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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