Html Css Color HEX #E1A4C5 Shocking

📋 copy color: '#E1A4C5'

red 225 ◦ green 164 ◦ blue 197

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

Shades of Shocking #E1A4C5

Tints of Shocking #E1A4C5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.99%

 BLUE value IS 197 (77.34% from 255) = 33.62%

R = 38.4%
G = 27.99%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E1A4C5 (or 0xE1A4C5) is known color: Shocking. HEX triplet: E1, A4 and C5. RGB value is (225,164,197). Sum of RGB (Red+Green+Blue) = 225+164+197=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4C5 is #1E5B3A. Grayscale: #B9B9B9. Windows color (decimal): -1989435 or 12952801. OLE color: 12952801.

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

Color convert

RGB 225 164 197 -
CMYK 0 0.27 0.12 0.12
HSL 327.54º 0.5% 0.76% -
HSV(B) 327.54º 0.27% 0.88% -
XYZ 54.4 46.59 58.95 -
YUV 186 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 225 164 197 0 0.27 0.12 0.12 327.54 0.5 0.76
Hex E1 A4 C5 0 1B C C 148 32 4C
Octal 341 244 305 0 33 14 14 510 62 114
Binary 11100001 10100100 11000101 0 11011 1100 1100 101001000 110010 1001100

Color Harmonies of #E1A4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A4C5

Black with #E1A4C5

Text Example


Text Example

White with #E1A4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A4C5; }

 p { color: rgb(225,164,197); }

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

background-color css

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

 a { background-color: rgb(225,164,197); }

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

border-color css

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

 span { border-color: rgb(225,164,197); }

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