Html Css Color HEX #E393BA Shocking

📋 copy color: '#E393BA'

red 227 ◦ green 147 ◦ blue 186

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

Shades of Shocking #E393BA

Tints of Shocking #E393BA

RGB

 RED value IS 227 (89.06% from 255) = 40.54%

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

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 40.54%
G = 26.25%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E393BA (or 0xE393BA) is known color: Shocking. HEX triplet: E3, 93 and BA. RGB value is (227,147,186). Sum of RGB (Red+Green+Blue) = 227+147+186=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E393BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393BA is #1C6C45. Grayscale: #AFAFAF. Windows color (decimal): -1862726 or 12227555. OLE color: 12227555.

HSL color Cylindrical-coordinate representation of color #E393BA: hue angle of 330.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393BA is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 147 186 -
CMYK 0 0.35 0.18 0.11
HSL 330.75º 0.59% 0.73% -
HSV(B) 330.75º 0.35% 0.89% -
XYZ 50.98 40.74 51.63 -
YUV 175.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 227 147 186 0 0.35 0.18 0.11 330.75 0.59 0.73
Hex E3 93 BA 0 23 12 B 14B 3B 49
Octal 343 223 272 0 43 22 13 513 73 111
Binary 11100011 10010011 10111010 0 100011 10010 1011 101001011 111011 1001001

Color Harmonies of #E393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E393BA

Black with #E393BA

Text Example


Text Example

White with #E393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E393BA; }

 p { color: rgb(227,147,186); }

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

background-color css

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

 a { background-color: rgb(227,147,186); }

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

border-color css

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

 span { border-color: rgb(227,147,186); }

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