Html Css Color HEX #E1AFB6 Blossom

📋 copy color: '#E1AFB6'

red 225 ◦ green 175 ◦ blue 182

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

Shades of Blossom #E1AFB6

Tints of Blossom #E1AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.27%

R = 38.66%
G = 30.07%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E1AFB6 (or 0xE1AFB6) is known color: Blossom. HEX triplet: E1, AF and B6. RGB value is (225,175,182). Sum of RGB (Red+Green+Blue) = 225+175+182=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFB6 is #1E5049. Grayscale: #BEBEBE. Windows color (decimal): -1986634 or 11972577. OLE color: 11972577.

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

Color convert

RGB 225 175 182 -
CMYK 0 0.22 0.19 0.12
HSL 351.6º 0.45% 0.78% -
HSV(B) 351.6º 0.22% 0.88% -
XYZ 54.82 50.04 51.03 -
YUV 190.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 225 175 182 0 0.22 0.19 0.12 351.6 0.45 0.78
Hex E1 AF B6 0 16 13 C 160 2D 4E
Octal 341 257 266 0 26 23 14 540 55 116
Binary 11100001 10101111 10110110 0 10110 10011 1100 101100000 101101 1001110

Color Harmonies of #E1AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFB6

Black with #E1AFB6

Text Example


Text Example

White with #E1AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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