Html Css Color HEX #E593C2 Shocking

📋 copy color: '#E593C2'

red 229 ◦ green 147 ◦ blue 194

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

Shades of Shocking #E593C2

Tints of Shocking #E593C2

RGB

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

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

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

R = 40.18%
G = 25.79%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E593C2 (or 0xE593C2) is known color: Shocking. HEX triplet: E5, 93 and C2. RGB value is (229,147,194). Sum of RGB (Red+Green+Blue) = 229+147+194=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E593C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593C2 is #1A6C3D. Grayscale: #B0B0B0. Windows color (decimal): -1731646 or 12751845. OLE color: 12751845.

HSL color Cylindrical-coordinate representation of color #E593C2: hue angle of 325.61º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593C2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 147 194 -
CMYK 0 0.36 0.15 0.10
HSL 325.61º 0.61% 0.74% -
HSV(B) 325.61º 0.36% 0.9% -
XYZ 52.48 41.42 56.27 -
YUV 176.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 229 147 194 0 0.36 0.15 0.10 325.61 0.61 0.74
Hex E5 93 C2 0 24 F A 146 3D 4A
Octal 345 223 302 0 44 17 12 506 75 112
Binary 11100101 10010011 11000010 0 100100 1111 1010 101000110 111101 1001010

Color Harmonies of #E593C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E593C2

Black with #E593C2

Text Example


Text Example

White with #E593C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E593C2; }

 p { color: rgb(229,147,194); }

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

background-color css

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

 a { background-color: rgb(229,147,194); }

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

border-color css

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

 span { border-color: rgb(229,147,194); }

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