Html Css Color HEX #EBB0B3 Blossom

📋 copy color: '#EBB0B3'

red 235 ◦ green 176 ◦ blue 179

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

Shades of Blossom #EBB0B3

Tints of Blossom #EBB0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.34%

R = 39.83%
G = 29.83%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBB0B3 (or 0xEBB0B3) is known color: Blossom. HEX triplet: EB, B0 and B3. RGB value is (235,176,179). Sum of RGB (Red+Green+Blue) = 235+176+179=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B3 is #144F4C. Grayscale: #C2C2C2. Windows color (decimal): -1331021 or 11776235. OLE color: 11776235.

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

Color convert

RGB 235 176 179 -
CMYK 0 0.25 0.24 0.08
HSL 356.95º 0.6% 0.81% -
HSV(B) 356.95º 0.25% 0.92% -
XYZ 57.92 51.97 49.63 -
YUV 193.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 235 176 179 0 0.25 0.24 0.08 356.95 0.6 0.81
Hex EB B0 B3 0 19 18 8 165 3C 51
Octal 353 260 263 0 31 30 10 545 74 121
Binary 11101011 10110000 10110011 0 11001 11000 1000 101100101 111100 1010001

Color Harmonies of #EBB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0B3

Black with #EBB0B3

Text Example


Text Example

White with #EBB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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