Html Css Color HEX #E00FBB Shocking Pink

📋 copy color: '#E00FBB'

red 224 ◦ green 15 ◦ blue 187

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

Shades of Shocking Pink #E00FBB

Tints of Shocking Pink #E00FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 52.58%
G = 3.52%
B = 43.9%

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

#E00FBB (or 0xE00FBB) is known color: Shocking Pink. HEX triplet: E0, 0F and BB. RGB value is (224,15,187). Sum of RGB (Red+Green+Blue) = 224+15+187=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FBB is #1FF044. Grayscale: #606060. Windows color (decimal): -2093125 or 12259296. OLE color: 12259296.

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

Color convert

RGB 224 15 187 -
CMYK 0 0.93 0.17 0.12
HSL 310.62º 0.87% 0.47% -
HSV(B) 310.62º 0.93% 0.88% -
XYZ 39.88 19.78 48.73 -
YUV 97.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 224 15 187 0 0.93 0.17 0.12 310.62 0.87 0.47
Hex E0 F BB 0 5D 11 C 137 57 2F
Octal 340 17 273 0 135 21 14 467 127 57
Binary 11100000 1111 10111011 0 1011101 10001 1100 100110111 1010111 101111

Color Harmonies of #E00FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FBB

Black with #E00FBB

Text Example


Text Example

White with #E00FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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