Html Css Color HEX #E7AFB9 Blossom

📋 copy color: '#E7AFB9'

red 231 ◦ green 175 ◦ blue 185

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

Shades of Blossom #E7AFB9

Tints of Blossom #E7AFB9

RGB

 RED value IS 231 (90.63% from 255) = 39.09%

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

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 39.09%
G = 29.61%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E7AFB9 (or 0xE7AFB9) is known color: Blossom. HEX triplet: E7, AF and B9. RGB value is (231,175,185). Sum of RGB (Red+Green+Blue) = 231+175+185=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFB9 is #185046. Grayscale: #C0C0C0. Windows color (decimal): -1593415 or 12169191. OLE color: 12169191.

HSL color Cylindrical-coordinate representation of color #E7AFB9: hue angle of 349.29º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFB9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 185 -
CMYK 0 0.24 0.20 0.09
HSL 349.29º 0.54% 0.8% -
HSV(B) 349.29º 0.24% 0.91% -
XYZ 57.04 51.15 52.77 -
YUV 192.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 231 175 185 0 0.24 0.20 0.09 349.29 0.54 0.8
Hex E7 AF B9 0 18 14 9 15D 36 50
Octal 347 257 271 0 30 24 11 535 66 120
Binary 11100111 10101111 10111001 0 11000 10100 1001 101011101 110110 1010000

Color Harmonies of #E7AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AFB9

Black with #E7AFB9

Text Example


Text Example

White with #E7AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AFB9; }

 p { color: rgb(231,175,185); }

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

background-color css

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

 a { background-color: rgb(231,175,185); }

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

border-color css

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

 span { border-color: rgb(231,175,185); }

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