Html Css Color HEX #EBA6B3 Blossom

📋 copy color: '#EBA6B3'

red 235 ◦ green 166 ◦ blue 179

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

Shades of Blossom #EBA6B3

Tints of Blossom #EBA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 40.52%
G = 28.62%
B = 30.86%

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

#EBA6B3 (or 0xEBA6B3) is known color: Blossom. HEX triplet: EB, A6 and B3. RGB value is (235,166,179). Sum of RGB (Red+Green+Blue) = 235+166+179=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6B3 is #14594C. Grayscale: #BCBCBC. Windows color (decimal): -1333581 or 11773675. OLE color: 11773675.

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

Color convert

RGB 235 166 179 -
CMYK 0 0.29 0.24 0.08
HSL 348.7º 0.63% 0.79% -
HSV(B) 348.7º 0.29% 0.92% -
XYZ 56.03 48.19 49 -
YUV 188.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 235 166 179 0 0.29 0.24 0.08 348.7 0.63 0.79
Hex EB A6 B3 0 1D 18 8 15D 3F 4F
Octal 353 246 263 0 35 30 10 535 77 117
Binary 11101011 10100110 10110011 0 11101 11000 1000 101011101 111111 1001111

Color Harmonies of #EBA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6B3

Black with #EBA6B3

Text Example


Text Example

White with #EBA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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