Html Css Color HEX #E40FCC Shocking Pink

📋 copy color: '#E40FCC'

red 228 ◦ green 15 ◦ blue 204

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

Shades of Shocking Pink #E40FCC

Tints of Shocking Pink #E40FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 51.01%
G = 3.36%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E40FCC (or 0xE40FCC) is known color: Shocking Pink. HEX triplet: E4, 0F and CC. RGB value is (228,15,204). Sum of RGB (Red+Green+Blue) = 228+15+204=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FCC is #1BF033. Grayscale: #636363. Windows color (decimal): -1830964 or 13373412. OLE color: 13373412.

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

Color convert

RGB 228 15 204 -
CMYK 0 0.93 0.11 0.11
HSL 306.76º 0.88% 0.48% -
HSV(B) 306.76º 0.93% 0.89% -
XYZ 43.06 21.2 58.95 -
YUV 100.23 186.57 219.13 -
System Red Green Blue C M Y K H S L
Decimal 228 15 204 0 0.93 0.11 0.11 306.76 0.88 0.48
Hex E4 F CC 0 5D B B 133 58 30
Octal 344 17 314 0 135 13 13 463 130 60
Binary 11100100 1111 11001100 0 1011101 1011 1011 100110011 1011000 110000

Color Harmonies of #E40FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FCC

Black with #E40FCC

Text Example


Text Example

White with #E40FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FCC; }

 p { color: rgb(228,15,204); }

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

background-color css

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

 a { background-color: rgb(228,15,204); }

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

border-color css

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

 span { border-color: rgb(228,15,204); }

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