Html Css Color HEX #E9AFBB Blossom

📋 copy color: '#E9AFBB'

red 233 ◦ green 175 ◦ blue 187

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

Shades of Blossom #E9AFBB

Tints of Blossom #E9AFBB

RGB

 RED value IS 233 (91.41% from 255) = 39.16%

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

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 39.16%
G = 29.41%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9AFBB (or 0xE9AFBB) is known color: Blossom. HEX triplet: E9, AF and BB. RGB value is (233,175,187). Sum of RGB (Red+Green+Blue) = 233+175+187=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFBB is #165044. Grayscale: #C1C1C1. Windows color (decimal): -1462341 or 12300265. OLE color: 12300265.

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

Color convert

RGB 233 175 187 -
CMYK 0 0.25 0.20 0.09
HSL 347.59º 0.57% 0.8% -
HSV(B) 347.59º 0.25% 0.91% -
XYZ 57.9 51.57 53.92 -
YUV 193.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 233 175 187 0 0.25 0.20 0.09 347.59 0.57 0.8
Hex E9 AF BB 0 19 14 9 15C 39 50
Octal 351 257 273 0 31 24 11 534 71 120
Binary 11101001 10101111 10111011 0 11001 10100 1001 101011100 111001 1010000

Color Harmonies of #E9AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFBB

Black with #E9AFBB

Text Example


Text Example

White with #E9AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFBB; }

 p { color: rgb(233,175,187); }

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

background-color css

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

 a { background-color: rgb(233,175,187); }

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

border-color css

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

 span { border-color: rgb(233,175,187); }

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