Html Css Color HEX #E093C1 Shocking

📋 copy color: '#E093C1'

red 224 ◦ green 147 ◦ blue 193

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

Shades of Shocking #E093C1

Tints of Shocking #E093C1

RGB

 RED value IS 224 (87.89% from 255) = 39.72%

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

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

R = 39.72%
G = 26.06%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E093C1 (or 0xE093C1) is known color: Shocking. HEX triplet: E0, 93 and C1. RGB value is (224,147,193). Sum of RGB (Red+Green+Blue) = 224+147+193=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E093C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093C1 is #1F6C3E. Grayscale: #AFAFAF. Windows color (decimal): -2059327 or 12686304. OLE color: 12686304.

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

Color convert

RGB 224 147 193 -
CMYK 0 0.34 0.14 0.12
HSL 324.16º 0.55% 0.73% -
HSV(B) 324.16º 0.34% 0.88% -
XYZ 50.8 40.56 55.6 -
YUV 175.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 224 147 193 0 0.34 0.14 0.12 324.16 0.55 0.73
Hex E0 93 C1 0 22 E C 144 37 49
Octal 340 223 301 0 42 16 14 504 67 111
Binary 11100000 10010011 11000001 0 100010 1110 1100 101000100 110111 1001001

Color Harmonies of #E093C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093C1

Black with #E093C1

Text Example


Text Example

White with #E093C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093C1; }

 p { color: rgb(224,147,193); }

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

background-color css

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

 a { background-color: rgb(224,147,193); }

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

border-color css

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

 span { border-color: rgb(224,147,193); }

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