Html Css Color HEX #E5AFB2 Blossom

📋 copy color: '#E5AFB2'

red 229 ◦ green 175 ◦ blue 178

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

Shades of Blossom #E5AFB2

Tints of Blossom #E5AFB2

RGB

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

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

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

R = 39.35%
G = 30.07%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E5AFB2 (or 0xE5AFB2) is known color: Blossom. HEX triplet: E5, AF and B2. RGB value is (229,175,178). Sum of RGB (Red+Green+Blue) = 229+175+178=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFB2 is #1A504D. Grayscale: #BFBFBF. Windows color (decimal): -1724494 or 11710437. OLE color: 11710437.

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

Color convert

RGB 229 175 178 -
CMYK 0 0.24 0.22 0.10
HSL 356.67º 0.51% 0.79% -
HSV(B) 356.67º 0.24% 0.9% -
XYZ 55.68 50.53 48.94 -
YUV 191.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 229 175 178 0 0.24 0.22 0.10 356.67 0.51 0.79
Hex E5 AF B2 0 18 16 A 165 33 4F
Octal 345 257 262 0 30 26 12 545 63 117
Binary 11100101 10101111 10110010 0 11000 10110 1010 101100101 110011 1001111

Color Harmonies of #E5AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFB2

Black with #E5AFB2

Text Example


Text Example

White with #E5AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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