Html Css Color HEX #E1AFB8 Blossom

📋 copy color: '#E1AFB8'

red 225 ◦ green 175 ◦ blue 184

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

Shades of Blossom #E1AFB8

Tints of Blossom #E1AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.51%

R = 38.53%
G = 29.97%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1AFB8 (or 0xE1AFB8) is known color: Blossom. HEX triplet: E1, AF and B8. RGB value is (225,175,184). Sum of RGB (Red+Green+Blue) = 225+175+184=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFB8 is #1E5047. Grayscale: #BEBEBE. Windows color (decimal): -1986632 or 12103649. OLE color: 12103649.

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

Color convert

RGB 225 175 184 -
CMYK 0 0.22 0.18 0.12
HSL 349.2º 0.45% 0.78% -
HSV(B) 349.2º 0.22% 0.88% -
XYZ 55.03 50.13 52.12 -
YUV 190.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 225 175 184 0 0.22 0.18 0.12 349.2 0.45 0.78
Hex E1 AF B8 0 16 12 C 15D 2D 4E
Octal 341 257 270 0 26 22 14 535 55 116
Binary 11100001 10101111 10111000 0 10110 10010 1100 101011101 101101 1001110

Color Harmonies of #E1AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFB8

Black with #E1AFB8

Text Example


Text Example

White with #E1AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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