Html Css Color HEX #EBA8B7 Blossom

📋 copy color: '#EBA8B7'

red 235 ◦ green 168 ◦ blue 183

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

Shades of Blossom #EBA8B7

Tints of Blossom #EBA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.67%

 BLUE value IS 183 (71.88% from 255) = 31.23%

R = 40.1%
G = 28.67%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EBA8B7 (or 0xEBA8B7) is known color: Blossom. HEX triplet: EB, A8 and B7. RGB value is (235,168,183). Sum of RGB (Red+Green+Blue) = 235+168+183=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8B7 is #145748. Grayscale: #BDBDBD. Windows color (decimal): -1333065 or 12036331. OLE color: 12036331.

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

Color convert

RGB 235 168 183 -
CMYK 0 0.29 0.22 0.08
HSL 346.57º 0.63% 0.79% -
HSV(B) 346.57º 0.29% 0.92% -
XYZ 56.81 49.09 51.28 -
YUV 189.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 235 168 183 0 0.29 0.22 0.08 346.57 0.63 0.79
Hex EB A8 B7 0 1D 16 8 15B 3F 4F
Octal 353 250 267 0 35 26 10 533 77 117
Binary 11101011 10101000 10110111 0 11101 10110 1000 101011011 111111 1001111

Color Harmonies of #EBA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8B7

Black with #EBA8B7

Text Example


Text Example

White with #EBA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8B7; }

 p { color: rgb(235,168,183); }

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

background-color css

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

 a { background-color: rgb(235,168,183); }

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

border-color css

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

 span { border-color: rgb(235,168,183); }

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