Html Css Color HEX #E5A1C1 Shocking

📋 copy color: '#E5A1C1'

red 229 ◦ green 161 ◦ blue 193

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

Shades of Shocking #E5A1C1

Tints of Shocking #E5A1C1

RGB

 RED value IS 229 (89.84% from 255) = 39.28%

 GREEN value IS 161 (63.28% from 255) = 27.62%

 BLUE value IS 193 (75.78% from 255) = 33.1%

R = 39.28%
G = 27.62%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E5A1C1 (or 0xE5A1C1) is known color: Shocking. HEX triplet: E5, A1 and C1. RGB value is (229,161,193). Sum of RGB (Red+Green+Blue) = 229+161+193=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1C1 is #1A5E3E. Grayscale: #B8B8B8. Windows color (decimal): -1728063 or 12689893. OLE color: 12689893.

HSL color Cylindrical-coordinate representation of color #E5A1C1: hue angle of 331.76º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1C1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 193 -
CMYK 0 0.30 0.16 0.10
HSL 331.76º 0.57% 0.76% -
HSV(B) 331.76º 0.3% 0.9% -
XYZ 54.68 46 56.45 -
YUV 184.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 229 161 193 0 0.30 0.16 0.10 331.76 0.57 0.76
Hex E5 A1 C1 0 1E 10 A 14C 39 4C
Octal 345 241 301 0 36 20 12 514 71 114
Binary 11100101 10100001 11000001 0 11110 10000 1010 101001100 111001 1001100

Color Harmonies of #E5A1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1C1

Black with #E5A1C1

Text Example


Text Example

White with #E5A1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1C1; }

 p { color: rgb(229,161,193); }

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

background-color css

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

 a { background-color: rgb(229,161,193); }

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

border-color css

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

 span { border-color: rgb(229,161,193); }

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