Html Css Color HEX #E1A5B7 Blossom

📋 copy color: '#E1A5B7'

red 225 ◦ green 165 ◦ blue 183

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

Shades of Blossom #E1A5B7

Tints of Blossom #E1A5B7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.8%

 BLUE value IS 183 (71.88% from 255) = 31.94%

R = 39.27%
G = 28.8%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E1A5B7 (or 0xE1A5B7) is known color: Blossom. HEX triplet: E1, A5 and B7. RGB value is (225,165,183). Sum of RGB (Red+Green+Blue) = 225+165+183=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5B7 is #1E5A48. Grayscale: #B8B8B8. Windows color (decimal): -1989193 or 12035553. OLE color: 12035553.

HSL color Cylindrical-coordinate representation of color #E1A5B7: hue angle of 342º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5B7 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 183 -
CMYK 0 0.27 0.19 0.12
HSL 342º 0.5% 0.76% -
HSV(B) 342º 0.27% 0.88% -
XYZ 53.05 46.34 50.95 -
YUV 184.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 225 165 183 0 0.27 0.19 0.12 342 0.5 0.76
Hex E1 A5 B7 0 1B 13 C 156 32 4C
Octal 341 245 267 0 33 23 14 526 62 114
Binary 11100001 10100101 10110111 0 11011 10011 1100 101010110 110010 1001100

Color Harmonies of #E1A5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5B7

Black with #E1A5B7

Text Example


Text Example

White with #E1A5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5B7; }

 p { color: rgb(225,165,183); }

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

background-color css

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

 a { background-color: rgb(225,165,183); }

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

border-color css

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

 span { border-color: rgb(225,165,183); }

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