Html Css Color HEX #E00FB6 Shocking Pink

📋 copy color: '#E00FB6'

red 224 ◦ green 15 ◦ blue 182

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

Shades of Shocking Pink #E00FB6

Tints of Shocking Pink #E00FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.23%

R = 53.21%
G = 3.56%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E00FB6 (or 0xE00FB6) is known color: Shocking Pink. HEX triplet: E0, 0F and B6. RGB value is (224,15,182). Sum of RGB (Red+Green+Blue) = 224+15+182=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FB6 is #1FF049. Grayscale: #606060. Windows color (decimal): -2093130 or 11931616. OLE color: 11931616.

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

Color convert

RGB 224 15 182 -
CMYK 0 0.93 0.19 0.12
HSL 312.06º 0.87% 0.47% -
HSV(B) 312.06º 0.93% 0.88% -
XYZ 39.35 19.57 45.96 -
YUV 96.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 224 15 182 0 0.93 0.19 0.12 312.06 0.87 0.47
Hex E0 F B6 0 5D 13 C 138 57 2F
Octal 340 17 266 0 135 23 14 470 127 57
Binary 11100000 1111 10110110 0 1011101 10011 1100 100111000 1010111 101111

Color Harmonies of #E00FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FB6

Black with #E00FB6

Text Example


Text Example

White with #E00FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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