Html Css Color HEX #E40EC9 Shocking Pink

📋 copy color: '#E40EC9'

red 228 ◦ green 14 ◦ blue 201

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

Shades of Shocking Pink #E40EC9

Tints of Shocking Pink #E40EC9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 51.47%
G = 3.16%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E40EC9 (or 0xE40EC9) is known color: Shocking Pink. HEX triplet: E4, 0E and C9. RGB value is (228,14,201). Sum of RGB (Red+Green+Blue) = 228+14+201=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40EC9 is #1BF136. Grayscale: #626262. Windows color (decimal): -1831223 or 13176548. OLE color: 13176548.

HSL color Cylindrical-coordinate representation of color #E40EC9: hue angle of 307.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EC9 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 201 -
CMYK 0 0.94 0.12 0.11
HSL 307.57º 0.88% 0.47% -
HSV(B) 307.57º 0.94% 0.89% -
XYZ 42.69 21.03 57.07 -
YUV 99.3 185.4 219.79 -
System Red Green Blue C M Y K H S L
Decimal 228 14 201 0 0.94 0.12 0.11 307.57 0.88 0.47
Hex E4 E C9 0 5E C B 134 58 2F
Octal 344 16 311 0 136 14 13 464 130 57
Binary 11100100 1110 11001001 0 1011110 1100 1011 100110100 1011000 101111

Color Harmonies of #E40EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EC9

Black with #E40EC9

Text Example


Text Example

White with #E40EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EC9; }

 p { color: rgb(228,14,201); }

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

background-color css

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

 a { background-color: rgb(228,14,201); }

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

border-color css

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

 span { border-color: rgb(228,14,201); }

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