Html Css Color HEX #E60FBA Shocking Pink

📋 copy color: '#E60FBA'

red 230 ◦ green 15 ◦ blue 186

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

Shades of Shocking Pink #E60FBA

Tints of Shocking Pink #E60FBA

RGB

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

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

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

R = 53.36%
G = 3.48%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E60FBA (or 0xE60FBA) is known color: Shocking Pink. HEX triplet: E6, 0F and BA. RGB value is (230,15,186). Sum of RGB (Red+Green+Blue) = 230+15+186=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FBA is #19F045. Grayscale: #626262. Windows color (decimal): -1699910 or 12193766. OLE color: 12193766.

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

Color convert

RGB 230 15 186 -
CMYK 0 0.93 0.19 0.10
HSL 312.28º 0.88% 0.48% -
HSV(B) 312.28º 0.93% 0.9% -
XYZ 41.67 20.71 48.26 -
YUV 98.78 177.23 221.6 -
System Red Green Blue C M Y K H S L
Decimal 230 15 186 0 0.93 0.19 0.10 312.28 0.88 0.48
Hex E6 F BA 0 5D 13 A 138 58 30
Octal 346 17 272 0 135 23 12 470 130 60
Binary 11100110 1111 10111010 0 1011101 10011 1010 100111000 1011000 110000

Color Harmonies of #E60FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FBA

Black with #E60FBA

Text Example


Text Example

White with #E60FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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