Html Css Color HEX #E00FBA Shocking Pink

📋 copy color: '#E00FBA'

red 224 ◦ green 15 ◦ blue 186

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

Shades of Shocking Pink #E00FBA

Tints of Shocking Pink #E00FBA

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

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

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

R = 52.71%
G = 3.53%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00FBA (or 0xE00FBA) is known color: Shocking Pink. HEX triplet: E0, 0F and BA. RGB value is (224,15,186). Sum of RGB (Red+Green+Blue) = 224+15+186=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FBA is #1FF045. Grayscale: #606060. Windows color (decimal): -2093126 or 12193760. OLE color: 12193760.

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

Color convert

RGB 224 15 186 -
CMYK 0 0.93 0.17 0.12
HSL 310.91º 0.87% 0.47% -
HSV(B) 310.91º 0.93% 0.88% -
XYZ 39.77 19.73 48.17 -
YUV 96.99 178.24 218.6 -
System Red Green Blue C M Y K H S L
Decimal 224 15 186 0 0.93 0.17 0.12 310.91 0.87 0.47
Hex E0 F BA 0 5D 11 C 137 57 2F
Octal 340 17 272 0 135 21 14 467 127 57
Binary 11100000 1111 10111010 0 1011101 10001 1100 100110111 1010111 101111

Color Harmonies of #E00FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FBA

Black with #E00FBA

Text Example


Text Example

White with #E00FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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