Html Css Color HEX #E1A5C2 Shocking

📋 copy color: '#E1A5C2'

red 225 ◦ green 165 ◦ blue 194

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

Shades of Shocking #E1A5C2

Tints of Shocking #E1A5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 38.53%
G = 28.25%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E1A5C2 (or 0xE1A5C2) is known color: Shocking. HEX triplet: E1, A5 and C2. RGB value is (225,165,194). Sum of RGB (Red+Green+Blue) = 225+165+194=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5C2 is #1E5A3D. Grayscale: #BABABA. Windows color (decimal): -1989182 or 12756449. OLE color: 12756449.

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

Color convert

RGB 225 165 194 -
CMYK 0 0.27 0.14 0.12
HSL 331º 0.5% 0.76% -
HSV(B) 331º 0.27% 0.88% -
XYZ 54.24 46.81 57.22 -
YUV 186.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 225 165 194 0 0.27 0.14 0.12 331 0.5 0.76
Hex E1 A5 C2 0 1B E C 14B 32 4C
Octal 341 245 302 0 33 16 14 513 62 114
Binary 11100001 10100101 11000010 0 11011 1110 1100 101001011 110010 1001100

Color Harmonies of #E1A5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5C2

Black with #E1A5C2

Text Example


Text Example

White with #E1A5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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