Html Css Color HEX #E2ABB2 Blossom

📋 copy color: '#E2ABB2'

red 226 ◦ green 171 ◦ blue 178

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

Shades of Blossom #E2ABB2

Tints of Blossom #E2ABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.74%

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

R = 39.3%
G = 29.74%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E2ABB2 (or 0xE2ABB2) is known color: Blossom. HEX triplet: E2, AB and B2. RGB value is (226,171,178). Sum of RGB (Red+Green+Blue) = 226+171+178=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ABB2 is #1D544D. Grayscale: #BCBCBC. Windows color (decimal): -1922126 or 11709410. OLE color: 11709410.

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

Color convert

RGB 226 171 178 -
CMYK 0 0.24 0.21 0.11
HSL 352.36º 0.49% 0.78% -
HSV(B) 352.36º 0.24% 0.89% -
XYZ 53.96 48.51 48.64 -
YUV 188.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 226 171 178 0 0.24 0.21 0.11 352.36 0.49 0.78
Hex E2 AB B2 0 18 15 B 160 31 4E
Octal 342 253 262 0 30 25 13 540 61 116
Binary 11100010 10101011 10110010 0 11000 10101 1011 101100000 110001 1001110

Color Harmonies of #E2ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABB2

Black with #E2ABB2

Text Example


Text Example

White with #E2ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABB2; }

 p { color: rgb(226,171,178); }

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

background-color css

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

 a { background-color: rgb(226,171,178); }

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

border-color css

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

 span { border-color: rgb(226,171,178); }

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