Html Css Color HEX #E60FB8 Shocking Pink

📋 copy color: '#E60FB8'

red 230 ◦ green 15 ◦ blue 184

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

Shades of Shocking Pink #E60FB8

Tints of Shocking Pink #E60FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.89%

R = 53.61%
G = 3.5%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E60FB8 (or 0xE60FB8) is known color: Shocking Pink. HEX triplet: E6, 0F and B8. RGB value is (230,15,184). Sum of RGB (Red+Green+Blue) = 230+15+184=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FB8 is #19F047. Grayscale: #626262. Windows color (decimal): -1699912 or 12062694. OLE color: 12062694.

HSL color Cylindrical-coordinate representation of color #E60FB8: hue angle of 312.84º 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 #E60FB8 is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 15 184 -
CMYK 0 0.93 0.2 0.10
HSL 312.84º 0.88% 0.48% -
HSV(B) 312.84º 0.93% 0.9% -
XYZ 41.46 20.63 47.14 -
YUV 98.55 176.23 221.76 -
System Red Green Blue C M Y K H S L
Decimal 230 15 184 0 0.93 0.2 0.10 312.84 0.88 0.48
Hex E6 F B8 0 5D 14 A 139 58 30
Octal 346 17 270 0 135 24 12 471 130 60
Binary 11100110 1111 10111000 0 1011101 10100 1010 100111001 1011000 110000

Color Harmonies of #E60FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FB8

Black with #E60FB8

Text Example


Text Example

White with #E60FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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