Html Css Color HEX #E8AEB2 Blossom

📋 copy color: '#E8AEB2'

red 232 ◦ green 174 ◦ blue 178

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

Shades of Blossom #E8AEB2

Tints of Blossom #E8AEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 178 (69.92% from 255) = 30.48%

R = 39.73%
G = 29.79%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E8AEB2 (or 0xE8AEB2) is known color: Blossom. HEX triplet: E8, AE and B2. RGB value is (232,174,178). Sum of RGB (Red+Green+Blue) = 232+174+178=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AEB2 is #17514D. Grayscale: #BFBFBF. Windows color (decimal): -1528142 or 11710184. OLE color: 11710184.

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

Color convert

RGB 232 174 178 -
CMYK 0 0.25 0.23 0.09
HSL 355.86º 0.56% 0.8% -
HSV(B) 355.86º 0.25% 0.91% -
XYZ 56.45 50.64 48.92 -
YUV 191.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 232 174 178 0 0.25 0.23 0.09 355.86 0.56 0.8
Hex E8 AE B2 0 19 17 9 164 38 50
Octal 350 256 262 0 31 27 11 544 70 120
Binary 11101000 10101110 10110010 0 11001 10111 1001 101100100 111000 1010000

Color Harmonies of #E8AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AEB2

Black with #E8AEB2

Text Example


Text Example

White with #E8AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AEB2; }

 p { color: rgb(232,174,178); }

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

background-color css

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

 a { background-color: rgb(232,174,178); }

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

border-color css

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

 span { border-color: rgb(232,174,178); }

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