Html Css Color HEX #EBA9B6 Blossom

📋 copy color: '#EBA9B6'

red 235 ◦ green 169 ◦ blue 182

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

Shades of Blossom #EBA9B6

Tints of Blossom #EBA9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.06%

R = 40.1%
G = 28.84%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBA9B6 (or 0xEBA9B6) is known color: Blossom. HEX triplet: EB, A9 and B6. RGB value is (235,169,182). Sum of RGB (Red+Green+Blue) = 235+169+182=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B6 is #145649. Grayscale: #BEBEBE. Windows color (decimal): -1332810 or 11971051. OLE color: 11971051.

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

Color convert

RGB 235 169 182 -
CMYK 0 0.28 0.23 0.08
HSL 348.18º 0.62% 0.79% -
HSV(B) 348.18º 0.28% 0.92% -
XYZ 56.89 49.42 50.8 -
YUV 190.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 235 169 182 0 0.28 0.23 0.08 348.18 0.62 0.79
Hex EB A9 B6 0 1C 17 8 15C 3E 4F
Octal 353 251 266 0 34 27 10 534 76 117
Binary 11101011 10101001 10110110 0 11100 10111 1000 101011100 111110 1001111

Color Harmonies of #EBA9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9B6

Black with #EBA9B6

Text Example


Text Example

White with #EBA9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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