Html Css Color HEX #E493BC Shocking

📋 copy color: '#E493BC'

red 228 ◦ green 147 ◦ blue 188

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

Shades of Shocking #E493BC

Tints of Shocking #E493BC

RGB

 RED value IS 228 (89.45% from 255) = 40.5%

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

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 40.5%
G = 26.11%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E493BC (or 0xE493BC) is known color: Shocking. HEX triplet: E4, 93 and BC. RGB value is (228,147,188). Sum of RGB (Red+Green+Blue) = 228+147+188=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E493BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493BC is #1B6C43. Grayscale: #AFAFAF. Windows color (decimal): -1797188 or 12358628. OLE color: 12358628.

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

Color convert

RGB 228 147 188 -
CMYK 0 0.36 0.18 0.11
HSL 329.63º 0.6% 0.74% -
HSV(B) 329.63º 0.36% 0.89% -
XYZ 51.51 40.99 52.77 -
YUV 175.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 228 147 188 0 0.36 0.18 0.11 329.63 0.6 0.74
Hex E4 93 BC 0 24 12 B 14A 3C 4A
Octal 344 223 274 0 44 22 13 512 74 112
Binary 11100100 10010011 10111100 0 100100 10010 1011 101001010 111100 1001010

Color Harmonies of #E493BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493BC

Black with #E493BC

Text Example


Text Example

White with #E493BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493BC; }

 p { color: rgb(228,147,188); }

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

background-color css

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

 a { background-color: rgb(228,147,188); }

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

border-color css

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

 span { border-color: rgb(228,147,188); }

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