Html Css Color HEX #E0AFB5 Blossom

📋 copy color: '#E0AFB5'

red 224 ◦ green 175 ◦ blue 181

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

Shades of Blossom #E0AFB5

Tints of Blossom #E0AFB5

RGB

 RED value IS 224 (87.89% from 255) = 38.62%

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

 BLUE value IS 181 (71.09% from 255) = 31.21%

R = 38.62%
G = 30.17%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E0AFB5 (or 0xE0AFB5) is known color: Blossom. HEX triplet: E0, AF and B5. RGB value is (224,175,181). Sum of RGB (Red+Green+Blue) = 224+175+181=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFB5 is #1F504A. Grayscale: #BEBEBE. Windows color (decimal): -2052171 or 11907040. OLE color: 11907040.

HSL color Cylindrical-coordinate representation of color #E0AFB5: hue angle of 352.65º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFB5 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 175 181 -
CMYK 0 0.22 0.19 0.12
HSL 352.65º 0.44% 0.78% -
HSV(B) 352.65º 0.22% 0.88% -
XYZ 54.41 49.84 50.47 -
YUV 190.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 224 175 181 0 0.22 0.19 0.12 352.65 0.44 0.78
Hex E0 AF B5 0 16 13 C 161 2C 4E
Octal 340 257 265 0 26 23 14 541 54 116
Binary 11100000 10101111 10110101 0 10110 10011 1100 101100001 101100 1001110

Color Harmonies of #E0AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFB5

Black with #E0AFB5

Text Example


Text Example

White with #E0AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFB5; }

 p { color: rgb(224,175,181); }

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

background-color css

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

 a { background-color: rgb(224,175,181); }

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

border-color css

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

 span { border-color: rgb(224,175,181); }

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