Html Css Color HEX #E2AEBA Blossom

📋 copy color: '#E2AEBA'

red 226 ◦ green 174 ◦ blue 186

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

Shades of Blossom #E2AEBA

Tints of Blossom #E2AEBA

RGB

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

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

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

R = 38.57%
G = 29.69%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2AEBA (or 0xE2AEBA) is known color: Blossom. HEX triplet: E2, AE and BA. RGB value is (226,174,186). Sum of RGB (Red+Green+Blue) = 226+174+186=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEBA is #1D5145. Grayscale: #BEBEBE. Windows color (decimal): -1921350 or 12234466. OLE color: 12234466.

HSL color Cylindrical-coordinate representation of color #E2AEBA: hue angle of 346.15º 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 #E2AEBA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 174 186 -
CMYK 0 0.23 0.18 0.11
HSL 346.15º 0.47% 0.78% -
HSV(B) 346.15º 0.23% 0.89% -
XYZ 55.36 49.99 53.18 -
YUV 190.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 226 174 186 0 0.23 0.18 0.11 346.15 0.47 0.78
Hex E2 AE BA 0 17 12 B 15A 2F 4E
Octal 342 256 272 0 27 22 13 532 57 116
Binary 11100010 10101110 10111010 0 10111 10010 1011 101011010 101111 1001110

Color Harmonies of #E2AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEBA

Black with #E2AEBA

Text Example


Text Example

White with #E2AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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