Html Css Color HEX #E8AFBA Blossom

📋 copy color: '#E8AFBA'

red 232 ◦ green 175 ◦ blue 186

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

Shades of Blossom #E8AFBA

Tints of Blossom #E8AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 39.12%
G = 29.51%
B = 31.37%

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

#E8AFBA (or 0xE8AFBA) is known color: Blossom. HEX triplet: E8, AF and BA. RGB value is (232,175,186). Sum of RGB (Red+Green+Blue) = 232+175+186=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBA is #175045. Grayscale: #C1C1C1. Windows color (decimal): -1527878 or 12234728. OLE color: 12234728.

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

Color convert

RGB 232 175 186 -
CMYK 0 0.25 0.20 0.09
HSL 348.42º 0.55% 0.8% -
HSV(B) 348.42º 0.25% 0.91% -
XYZ 57.47 51.36 53.34 -
YUV 193.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 232 175 186 0 0.25 0.20 0.09 348.42 0.55 0.8
Hex E8 AF BA 0 19 14 9 15C 37 50
Octal 350 257 272 0 31 24 11 534 67 120
Binary 11101000 10101111 10111010 0 11001 10100 1001 101011100 110111 1010000

Color Harmonies of #E8AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFBA

Black with #E8AFBA

Text Example


Text Example

White with #E8AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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