Html Css Color HEX #E8AFBB Blossom

📋 copy color: '#E8AFBB'

red 232 ◦ green 175 ◦ blue 187

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

Shades of Blossom #E8AFBB

Tints of Blossom #E8AFBB

RGB

 RED value IS 232 (91.02% from 255) = 39.06%

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

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

R = 39.06%
G = 29.46%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E8AFBB (or 0xE8AFBB) is known color: Blossom. HEX triplet: E8, AF and BB. RGB value is (232,175,187). Sum of RGB (Red+Green+Blue) = 232+175+187=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBB is #175044. Grayscale: #C1C1C1. Windows color (decimal): -1527877 or 12300264. OLE color: 12300264.

HSL color Cylindrical-coordinate representation of color #E8AFBB: hue angle of 347.37º degrees, saturation: 0.55, 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 #E8AFBB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 187 -
CMYK 0 0.25 0.19 0.09
HSL 347.37º 0.55% 0.8% -
HSV(B) 347.37º 0.25% 0.91% -
XYZ 57.58 51.4 53.9 -
YUV 193.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 232 175 187 0 0.25 0.19 0.09 347.37 0.55 0.8
Hex E8 AF BB 0 19 13 9 15B 37 50
Octal 350 257 273 0 31 23 11 533 67 120
Binary 11101000 10101111 10111011 0 11001 10011 1001 101011011 110111 1010000

Color Harmonies of #E8AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFBB

Black with #E8AFBB

Text Example


Text Example

White with #E8AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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