Html Css Color HEX #E1A4C8 Shocking

📋 copy color: '#E1A4C8'

red 225 ◦ green 164 ◦ blue 200

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

Shades of Shocking #E1A4C8

Tints of Shocking #E1A4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 38.2%
G = 27.84%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E1A4C8 (or 0xE1A4C8) is known color: Shocking. HEX triplet: E1, A4 and C8. RGB value is (225,164,200). Sum of RGB (Red+Green+Blue) = 225+164+200=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4C8 is #1E5B37. Grayscale: #BABABA. Windows color (decimal): -1989432 or 13149409. OLE color: 13149409.

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

Color convert

RGB 225 164 200 -
CMYK 0 0.27 0.11 0.12
HSL 324.59º 0.5% 0.76% -
HSV(B) 324.59º 0.27% 0.88% -
XYZ 54.75 46.73 60.78 -
YUV 186.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 225 164 200 0 0.27 0.11 0.12 324.59 0.5 0.76
Hex E1 A4 C8 0 1B B C 145 32 4C
Octal 341 244 310 0 33 13 14 505 62 114
Binary 11100001 10100100 11001000 0 11011 1011 1100 101000101 110010 1001100

Color Harmonies of #E1A4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A4C8

Black with #E1A4C8

Text Example


Text Example

White with #E1A4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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