Html Css Color HEX #EBA6B2 Blossom

📋 copy color: '#EBA6B2'

red 235 ◦ green 166 ◦ blue 178

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

Shades of Blossom #EBA6B2

Tints of Blossom #EBA6B2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.67%

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

R = 40.59%
G = 28.67%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBA6B2 (or 0xEBA6B2) is known color: Blossom. HEX triplet: EB, A6 and B2. RGB value is (235,166,178). Sum of RGB (Red+Green+Blue) = 235+166+178=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6B2 is #14594D. Grayscale: #BCBCBC. Windows color (decimal): -1333582 or 11708139. OLE color: 11708139.

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

Color convert

RGB 235 166 178 -
CMYK 0 0.29 0.24 0.08
HSL 349.57º 0.63% 0.79% -
HSV(B) 349.57º 0.29% 0.92% -
XYZ 55.93 48.15 48.47 -
YUV 188 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 235 166 178 0 0.29 0.24 0.08 349.57 0.63 0.79
Hex EB A6 B2 0 1D 18 8 15E 3F 4F
Octal 353 246 262 0 35 30 10 536 77 117
Binary 11101011 10100110 10110010 0 11101 11000 1000 101011110 111111 1001111

Color Harmonies of #EBA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6B2

Black with #EBA6B2

Text Example


Text Example

White with #EBA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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