Html Css Color HEX #E1AFB4 Blossom

📋 copy color: '#E1AFB4'

red 225 ◦ green 175 ◦ blue 180

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

Shades of Blossom #E1AFB4

Tints of Blossom #E1AFB4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.17%

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

R = 38.79%
G = 30.17%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E1AFB4 (or 0xE1AFB4) is known color: Blossom. HEX triplet: E1, AF and B4. RGB value is (225,175,180). Sum of RGB (Red+Green+Blue) = 225+175+180=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFB4 is #1E504B. Grayscale: #BEBEBE. Windows color (decimal): -1986636 or 11841505. OLE color: 11841505.

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

Color convert

RGB 225 175 180 -
CMYK 0 0.22 0.2 0.12
HSL 354º 0.45% 0.78% -
HSV(B) 354º 0.22% 0.88% -
XYZ 54.62 49.96 49.95 -
YUV 190.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 225 175 180 0 0.22 0.2 0.12 354 0.45 0.78
Hex E1 AF B4 0 16 14 C 162 2D 4E
Octal 341 257 264 0 26 24 14 542 55 116
Binary 11100001 10101111 10110100 0 10110 10100 1100 101100010 101101 1001110

Color Harmonies of #E1AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFB4

Black with #E1AFB4

Text Example


Text Example

White with #E1AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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