Html Css Color HEX #EBA6B4 Blossom

📋 copy color: '#EBA6B4'

red 235 ◦ green 166 ◦ blue 180

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

Shades of Blossom #EBA6B4

Tints of Blossom #EBA6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.98%

R = 40.45%
G = 28.57%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBA6B4 (or 0xEBA6B4) is known color: Blossom. HEX triplet: EB, A6 and B4. RGB value is (235,166,180). Sum of RGB (Red+Green+Blue) = 235+166+180=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6B4 is #14594B. Grayscale: #BCBCBC. Windows color (decimal): -1333580 or 11839211. OLE color: 11839211.

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

Color convert

RGB 235 166 180 -
CMYK 0 0.29 0.23 0.08
HSL 347.83º 0.63% 0.79% -
HSV(B) 347.83º 0.29% 0.92% -
XYZ 56.14 48.23 49.53 -
YUV 188.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 235 166 180 0 0.29 0.23 0.08 347.83 0.63 0.79
Hex EB A6 B4 0 1D 17 8 15C 3F 4F
Octal 353 246 264 0 35 27 10 534 77 117
Binary 11101011 10100110 10110100 0 11101 10111 1000 101011100 111111 1001111

Color Harmonies of #EBA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6B4

Black with #EBA6B4

Text Example


Text Example

White with #EBA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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