Html Css Color HEX #E193C7 Shocking

📋 copy color: '#E193C7'

red 225 ◦ green 147 ◦ blue 199

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

Shades of Shocking #E193C7

Tints of Shocking #E193C7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.74%

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 39.4%
G = 25.74%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E193C7 (or 0xE193C7) is known color: Shocking. HEX triplet: E1, 93 and C7. RGB value is (225,147,199). Sum of RGB (Red+Green+Blue) = 225+147+199=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E193C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193C7 is #1E6C38. Grayscale: #B0B0B0. Windows color (decimal): -1993785 or 13079521. OLE color: 13079521.

HSL color Cylindrical-coordinate representation of color #E193C7: hue angle of 320º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193C7 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 199 -
CMYK 0 0.35 0.12 0.12
HSL 320º 0.57% 0.73% -
HSV(B) 320º 0.35% 0.88% -
XYZ 51.79 41 59.22 -
YUV 176.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 225 147 199 0 0.35 0.12 0.12 320 0.57 0.73
Hex E1 93 C7 0 23 C C 140 39 49
Octal 341 223 307 0 43 14 14 500 71 111
Binary 11100001 10010011 11000111 0 100011 1100 1100 101000000 111001 1001001

Color Harmonies of #E193C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193C7

Black with #E193C7

Text Example


Text Example

White with #E193C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193C7; }

 p { color: rgb(225,147,199); }

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

background-color css

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

 a { background-color: rgb(225,147,199); }

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

border-color css

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

 span { border-color: rgb(225,147,199); }

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