Html Css Color HEX #E30FC4 Shocking Pink

📋 copy color: '#E30FC4'

red 227 ◦ green 15 ◦ blue 196

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

Shades of Shocking Pink #E30FC4

Tints of Shocking Pink #E30FC4

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 value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E30FC4 (or 0xE30FC4) is known color: 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

RGB 227 15 196 -
CMYK 0 0.93 0.14 0.11
HSL 308.77º 0.88% 0.47% -
HSV(B) 308.77º 0.93% 0.89% -
XYZ 41.81 20.66 54.01 -
YUV 99.02 182.74 219.28 -
System Red Green Blue C M Y K H S L
Decimal 227 15 196 0 0.93 0.14 0.11 308.77 0.88 0.47
Hex E3 F C4 0 5D E B 135 58 2F
Octal 343 17 304 0 135 16 13 465 130 57
Binary 11100011 1111 11000100 0 1011101 1110 1011 100110101 1011000 101111

Color Harmonies of #E30FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FC4

Black with #E30FC4

Text Example


Text Example

White with #E30FC4

Text Example


Text Example

HTML Codes & Css Web 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>