Html Css Color HEX #E30FC5 Shocking Pink

📋 copy color: '#E30FC5'

red 227 ◦ green 15 ◦ blue 197

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

Shades of Shocking Pink #E30FC5

Tints of Shocking Pink #E30FC5

RGB

 RED value IS 227 (89.06% from 255) = 51.71%

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

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 51.71%
G = 3.42%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E30FC5 (or 0xE30FC5) is known color: Shocking Pink. HEX triplet: E3, 0F and C5. RGB value is (227,15,197). Sum of RGB (Red+Green+Blue) = 227+15+197=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FC5 is #1CF03A. Grayscale: #626262. Windows color (decimal): -1896507 or 12914659. OLE color: 12914659.

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

Color convert

RGB 227 15 197 -
CMYK 0 0.93 0.13 0.11
HSL 308.49º 0.88% 0.47% -
HSV(B) 308.49º 0.93% 0.89% -
XYZ 41.93 20.7 54.61 -
YUV 99.14 183.24 219.2 -
System Red Green Blue C M Y K H S L
Decimal 227 15 197 0 0.93 0.13 0.11 308.49 0.88 0.47
Hex E3 F C5 0 5D D B 134 58 2F
Octal 343 17 305 0 135 15 13 464 130 57
Binary 11100011 1111 11000101 0 1011101 1101 1011 100110100 1011000 101111

Color Harmonies of #E30FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FC5

Black with #E30FC5

Text Example


Text Example

White with #E30FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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