Html Css Color HEX #E60FC5 Shocking Pink

📋 copy color: '#E60FC5'

red 230 ◦ green 15 ◦ blue 197

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

Shades of Shocking Pink #E60FC5

Tints of Shocking Pink #E60FC5

RGB

 RED value IS 230 (90.23% from 255) = 52.04%

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

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 52.04%
G = 3.39%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E60FC5 (or 0xE60FC5) is known color: Shocking Pink. HEX triplet: E6, 0F and C5. RGB value is (230,15,197). Sum of RGB (Red+Green+Blue) = 230+15+197=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FC5 is #19F03A. Grayscale: #636363. Windows color (decimal): -1699899 or 12914662. OLE color: 12914662.

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

Color convert

RGB 230 15 197 -
CMYK 0 0.93 0.14 0.10
HSL 309.21º 0.88% 0.48% -
HSV(B) 309.21º 0.93% 0.9% -
XYZ 42.88 21.2 54.65 -
YUV 100.03 182.73 220.7 -
System Red Green Blue C M Y K H S L
Decimal 230 15 197 0 0.93 0.14 0.10 309.21 0.88 0.48
Hex E6 F C5 0 5D E A 135 58 30
Octal 346 17 305 0 135 16 12 465 130 60
Binary 11100110 1111 11000101 0 1011101 1110 1010 100110101 1011000 110000

Color Harmonies of #E60FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FC5

Black with #E60FC5

Text Example


Text Example

White with #E60FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FC5; }

 p { color: rgb(230,15,197); }

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

background-color css

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

 a { background-color: rgb(230,15,197); }

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

border-color css

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

 span { border-color: rgb(230,15,197); }

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