Html Css Color HEX #E1ABB4 Blossom

📋 copy color: '#E1ABB4'

red 225 ◦ green 171 ◦ blue 180

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

Shades of Blossom #E1ABB4

Tints of Blossom #E1ABB4

RGB

 RED value IS 225 (88.28% from 255) = 39.06%

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

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

R = 39.06%
G = 29.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E1ABB4 (or 0xE1ABB4) is known color: Blossom. HEX triplet: E1, AB and B4. RGB value is (225,171,180). Sum of RGB (Red+Green+Blue) = 225+171+180=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABB4 is #1E544B. Grayscale: #BCBCBC. Windows color (decimal): -1987660 or 11840481. OLE color: 11840481.

HSL color Cylindrical-coordinate representation of color #E1ABB4: hue angle of 350º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABB4 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 171 180 -
CMYK 0 0.24 0.2 0.12
HSL 350º 0.47% 0.78% -
HSV(B) 350º 0.24% 0.88% -
XYZ 53.85 48.43 49.69 -
YUV 188.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 225 171 180 0 0.24 0.2 0.12 350 0.47 0.78
Hex E1 AB B4 0 18 14 C 15E 2F 4E
Octal 341 253 264 0 30 24 14 536 57 116
Binary 11100001 10101011 10110100 0 11000 10100 1100 101011110 101111 1001110

Color Harmonies of #E1ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ABB4

Black with #E1ABB4

Text Example


Text Example

White with #E1ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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