Html Css Color HEX #E493BA Shocking

📋 copy color: '#E493BA'

red 228 ◦ green 147 ◦ blue 186

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

Shades of Shocking #E493BA

Tints of Shocking #E493BA

RGB

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

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

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

R = 40.64%
G = 26.2%
B = 33.16%

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

#E493BA (or 0xE493BA) is known color: Shocking. HEX triplet: E4, 93 and BA. RGB value is (228,147,186). Sum of RGB (Red+Green+Blue) = 228+147+186=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E493BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493BA is #1B6C45. Grayscale: #AFAFAF. Windows color (decimal): -1797190 or 12227556. OLE color: 12227556.

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

Color convert

RGB 228 147 186 -
CMYK 0 0.36 0.18 0.11
HSL 331.11º 0.6% 0.74% -
HSV(B) 331.11º 0.36% 0.89% -
XYZ 51.29 40.91 51.65 -
YUV 175.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 228 147 186 0 0.36 0.18 0.11 331.11 0.6 0.74
Hex E4 93 BA 0 24 12 B 14B 3C 4A
Octal 344 223 272 0 44 22 13 513 74 112
Binary 11100100 10010011 10111010 0 100100 10010 1011 101001011 111100 1001010

Color Harmonies of #E493BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493BA

Black with #E493BA

Text Example


Text Example

White with #E493BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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