Html Css Color HEX #E199C2 Shocking

📋 copy color: '#E199C2'

red 225 ◦ green 153 ◦ blue 194

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

Shades of Shocking #E199C2

Tints of Shocking #E199C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.75%

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

R = 39.34%
G = 26.75%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E199C2 (or 0xE199C2) is known color: Shocking. HEX triplet: E1, 99 and C2. RGB value is (225,153,194). Sum of RGB (Red+Green+Blue) = 225+153+194=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E199C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199C2 is #1E663D. Grayscale: #B3B3B3. Windows color (decimal): -1992254 or 12753377. OLE color: 12753377.

HSL color Cylindrical-coordinate representation of color #E199C2: hue angle of 325.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199C2 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 153 194 -
CMYK 0 0.32 0.14 0.12
HSL 325.83º 0.55% 0.74% -
HSV(B) 325.83º 0.32% 0.88% -
XYZ 52.18 42.69 56.53 -
YUV 179.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 225 153 194 0 0.32 0.14 0.12 325.83 0.55 0.74
Hex E1 99 C2 0 20 E C 146 37 4A
Octal 341 231 302 0 40 16 14 506 67 112
Binary 11100001 10011001 11000010 0 100000 1110 1100 101000110 110111 1001010

Color Harmonies of #E199C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E199C2

Black with #E199C2

Text Example


Text Example

White with #E199C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E199C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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