Html Css Color HEX #E493BE Shocking

📋 copy color: '#E493BE'

red 228 ◦ green 147 ◦ blue 190

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

Shades of Shocking #E493BE

Tints of Shocking #E493BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 40.35%
G = 26.02%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E493BE (or 0xE493BE) is known color: Shocking. HEX triplet: E4, 93 and BE. RGB value is (228,147,190). Sum of RGB (Red+Green+Blue) = 228+147+190=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E493BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493BE is #1B6C41. Grayscale: #B0B0B0. Windows color (decimal): -1797186 or 12489700. OLE color: 12489700.

HSL color Cylindrical-coordinate representation of color #E493BE: hue angle of 328.15º 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 #E493BE is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 147 190 -
CMYK 0 0.36 0.17 0.11
HSL 328.15º 0.6% 0.74% -
HSV(B) 328.15º 0.36% 0.89% -
XYZ 51.72 41.08 53.92 -
YUV 176.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 228 147 190 0 0.36 0.17 0.11 328.15 0.6 0.74
Hex E4 93 BE 0 24 11 B 148 3C 4A
Octal 344 223 276 0 44 21 13 510 74 112
Binary 11100100 10010011 10111110 0 100100 10001 1011 101001000 111100 1001010

Color Harmonies of #E493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493BE

Black with #E493BE

Text Example


Text Example

White with #E493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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