Html Css Color HEX #E2ABB4 Blossom

📋 copy color: '#E2ABB4'

red 226 ◦ green 171 ◦ blue 180

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

Shades of Blossom #E2ABB4

Tints of Blossom #E2ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 39.17%
G = 29.64%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E2ABB4 (or 0xE2ABB4) is known color: Blossom. HEX triplet: E2, AB and B4. RGB value is (226,171,180). Sum of RGB (Red+Green+Blue) = 226+171+180=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABB4 is #1D544B. Grayscale: #BCBCBC. Windows color (decimal): -1922124 or 11840482. OLE color: 11840482.

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

Color convert

RGB 226 171 180 -
CMYK 0 0.24 0.20 0.11
HSL 350.18º 0.49% 0.78% -
HSV(B) 350.18º 0.24% 0.89% -
XYZ 54.17 48.59 49.7 -
YUV 188.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 226 171 180 0 0.24 0.20 0.11 350.18 0.49 0.78
Hex E2 AB B4 0 18 14 B 15E 31 4E
Octal 342 253 264 0 30 24 13 536 61 116
Binary 11100010 10101011 10110100 0 11000 10100 1011 101011110 110001 1001110

Color Harmonies of #E2ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABB4

Black with #E2ABB4

Text Example


Text Example

White with #E2ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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