#E30FC4

Color #E30FC4 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E30FC4

Tints of Shocking Pink #E30FC4

Color information

#E30FC4 (or 0xE30FC4) is unknown color: approx Shocking Pink. HEX triplet: E3, 0F and C4. RGB value is (227,15,196). Sum of RGB (Red+Green+Blue) = 227+15+196=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FC4 is #1CF03B. Grayscale: #626262. Windows color (decimal): -1896508 or 12849123. OLE color: 12849123.

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

Color convert

RGB22715196-
CMYK00.930.140.11
HSL308.77º87.6%47.45%-
HSV(B)308.77º93.39%89.02%-
XYZ41.8120.6654.01-
YUV99.02182.74219.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.83%
GREEN value IS 15 (6.25% from 255) = 3.42%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=51.83%
G=3.42%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271519600.930.140.11308.7787.647.45
HexE3FC405DEB135582f
Octal343173040135161346513057
Binary1110001111111100010001011101111010111001101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30FC4; }

 p { color: rgb(227,15,196); }

 H1.HeaderClassName
 {
   color: #E30FC4;
 }
 .AnyTagClassName
 {
   color: #E30FC4;
 }
</style>
background-color css

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

 a { background-color: rgb(227,15,196); }

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

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

 span { border-color: rgb(227,15,196); }

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