Html Css Color HEX #EBA9B2 Blossom

📋 copy color: '#EBA9B2'

red 235 ◦ green 169 ◦ blue 178

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

Shades of Blossom #EBA9B2

Tints of Blossom #EBA9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.04%

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

R = 40.38%
G = 29.04%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBA9B2 (or 0xEBA9B2) is known color: Blossom. HEX triplet: EB, A9 and B2. RGB value is (235,169,178). Sum of RGB (Red+Green+Blue) = 235+169+178=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9B2 is #14564D. Grayscale: #BDBDBD. Windows color (decimal): -1332814 or 11708907. OLE color: 11708907.

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

Color convert

RGB 235 169 178 -
CMYK 0 0.28 0.24 0.08
HSL 351.82º 0.62% 0.79% -
HSV(B) 351.82º 0.28% 0.92% -
XYZ 56.48 49.25 48.65 -
YUV 189.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 235 169 178 0 0.28 0.24 0.08 351.82 0.62 0.79
Hex EB A9 B2 0 1C 18 8 160 3E 4F
Octal 353 251 262 0 34 30 10 540 76 117
Binary 11101011 10101001 10110010 0 11100 11000 1000 101100000 111110 1001111

Color Harmonies of #EBA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9B2

Black with #EBA9B2

Text Example


Text Example

White with #EBA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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