Html Css Color HEX #E5AFB8 Blossom

📋 copy color: '#E5AFB8'

red 229 ◦ green 175 ◦ blue 184

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

Shades of Blossom #E5AFB8

Tints of Blossom #E5AFB8

RGB

 RED value IS 229 (89.84% from 255) = 38.95%

 GREEN value IS 175 (68.75% from 255) = 29.76%

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 38.95%
G = 29.76%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E5AFB8 (or 0xE5AFB8) is known color: Blossom. HEX triplet: E5, AF and B8. RGB value is (229,175,184). Sum of RGB (Red+Green+Blue) = 229+175+184=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFB8 is #1A5047. Grayscale: #C0C0C0. Windows color (decimal): -1724488 or 12103653. OLE color: 12103653.

HSL color Cylindrical-coordinate representation of color #E5AFB8: hue angle of 350º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFB8 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 184 -
CMYK 0 0.24 0.20 0.10
HSL 350º 0.51% 0.79% -
HSV(B) 350º 0.24% 0.9% -
XYZ 56.29 50.78 52.18 -
YUV 192.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 229 175 184 0 0.24 0.20 0.10 350 0.51 0.79
Hex E5 AF B8 0 18 14 A 15E 33 4F
Octal 345 257 270 0 30 24 12 536 63 117
Binary 11100101 10101111 10111000 0 11000 10100 1010 101011110 110011 1001111

Color Harmonies of #E5AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFB8

Black with #E5AFB8

Text Example


Text Example

White with #E5AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFB8; }

 p { color: rgb(229,175,184); }

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

background-color css

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

 a { background-color: rgb(229,175,184); }

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

border-color css

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

 span { border-color: rgb(229,175,184); }

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