Html Css Color HEX #E2AEB8 Blossom

📋 copy color: '#E2AEB8'

red 226 ◦ green 174 ◦ blue 184

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

Shades of Blossom #E2AEB8

Tints of Blossom #E2AEB8

RGB

 RED value IS 226 (88.67% from 255) = 38.7%

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

 BLUE value IS 184 (72.27% from 255) = 31.51%

R = 38.7%
G = 29.79%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E2AEB8 (or 0xE2AEB8) is known color: Blossom. HEX triplet: E2, AE and B8. RGB value is (226,174,184). Sum of RGB (Red+Green+Blue) = 226+174+184=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEB8 is #1D5147. Grayscale: #BEBEBE. Windows color (decimal): -1921352 or 12103394. OLE color: 12103394.

HSL color Cylindrical-coordinate representation of color #E2AEB8: hue angle of 348.46º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEB8 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 174 184 -
CMYK 0 0.23 0.19 0.11
HSL 348.46º 0.47% 0.78% -
HSV(B) 348.46º 0.23% 0.89% -
XYZ 55.15 49.9 52.07 -
YUV 190.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 226 174 184 0 0.23 0.19 0.11 348.46 0.47 0.78
Hex E2 AE B8 0 17 13 B 15C 2F 4E
Octal 342 256 270 0 27 23 13 534 57 116
Binary 11100010 10101110 10111000 0 10111 10011 1011 101011100 101111 1001110

Color Harmonies of #E2AEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEB8

Black with #E2AEB8

Text Example


Text Example

White with #E2AEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEB8; }

 p { color: rgb(226,174,184); }

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

background-color css

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

 a { background-color: rgb(226,174,184); }

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

border-color css

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

 span { border-color: rgb(226,174,184); }

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