Html Css Color HEX #EBBABB Blossom

📋 copy color: '#EBBABB'

red 235 ◦ green 186 ◦ blue 187

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

Shades of Blossom #EBBABB

Tints of Blossom #EBBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

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

R = 38.65%
G = 30.59%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBBABB (or 0xEBBABB) is known color: Blossom. HEX triplet: EB, BA and BB. RGB value is (235,186,187). Sum of RGB (Red+Green+Blue) = 235+186+187=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABB is #144544. Grayscale: #C8C8C8. Windows color (decimal): -1328453 or 12303083. OLE color: 12303083.

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

Color convert

RGB 235 186 187 -
CMYK 0 0.21 0.20 0.08
HSL 358.78º 0.55% 0.83% -
HSV(B) 358.78º 0.21% 0.92% -
XYZ 60.79 56.37 54.69 -
YUV 200.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 235 186 187 0 0.21 0.20 0.08 358.78 0.55 0.83
Hex EB BA BB 0 15 14 8 167 37 53
Octal 353 272 273 0 25 24 10 547 67 123
Binary 11101011 10111010 10111011 0 10101 10100 1000 101100111 110111 1010011

Color Harmonies of #EBBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBABB

Black with #EBBABB

Text Example


Text Example

White with #EBBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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