Html Css Color HEX #E1A5BE Shocking

📋 copy color: '#E1A5BE'

red 225 ◦ green 165 ◦ blue 190

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

Shades of Shocking #E1A5BE

Tints of Shocking #E1A5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 38.79%
G = 28.45%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1A5BE (or 0xE1A5BE) is known color: Shocking. HEX triplet: E1, A5 and BE. RGB value is (225,165,190). Sum of RGB (Red+Green+Blue) = 225+165+190=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5BE is #1E5A41. Grayscale: #B9B9B9. Windows color (decimal): -1989186 or 12494305. OLE color: 12494305.

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

Color convert

RGB 225 165 190 -
CMYK 0 0.27 0.16 0.12
HSL 335º 0.5% 0.76% -
HSV(B) 335º 0.27% 0.88% -
XYZ 53.8 46.64 54.88 -
YUV 185.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 225 165 190 0 0.27 0.16 0.12 335 0.5 0.76
Hex E1 A5 BE 0 1B 10 C 14F 32 4C
Octal 341 245 276 0 33 20 14 517 62 114
Binary 11100001 10100101 10111110 0 11011 10000 1100 101001111 110010 1001100

Color Harmonies of #E1A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5BE

Black with #E1A5BE

Text Example


Text Example

White with #E1A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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