Html Css Color HEX #EBABB2 Blossom

📋 copy color: '#EBABB2'

red 235 ◦ green 171 ◦ blue 178

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

Shades of Blossom #EBABB2

Tints of Blossom #EBABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.28%

 BLUE value IS 178 (69.92% from 255) = 30.48%

R = 40.24%
G = 29.28%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBABB2 (or 0xEBABB2) is known color: Blossom. HEX triplet: EB, AB and B2. RGB value is (235,171,178). Sum of RGB (Red+Green+Blue) = 235+171+178=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABB2 is #14544D. Grayscale: #BEBEBE. Windows color (decimal): -1332302 or 11709419. OLE color: 11709419.

HSL color Cylindrical-coordinate representation of color #EBABB2: hue angle of 353.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABB2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 178 -
CMYK 0 0.27 0.24 0.08
HSL 353.44º 0.62% 0.8% -
HSV(B) 353.44º 0.27% 0.92% -
XYZ 56.86 50 48.77 -
YUV 190.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 235 171 178 0 0.27 0.24 0.08 353.44 0.62 0.8
Hex EB AB B2 0 1B 18 8 161 3E 50
Octal 353 253 262 0 33 30 10 541 76 120
Binary 11101011 10101011 10110010 0 11011 11000 1000 101100001 111110 1010000

Color Harmonies of #EBABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABB2

Black with #EBABB2

Text Example


Text Example

White with #EBABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABB2; }

 p { color: rgb(235,171,178); }

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

background-color css

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

 a { background-color: rgb(235,171,178); }

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

border-color css

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

 span { border-color: rgb(235,171,178); }

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