Html Css Color HEX #E30FB3 Shocking Pink

📋 copy color: '#E30FB3'

red 227 ◦ green 15 ◦ blue 179

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

Shades of Shocking Pink #E30FB3

Tints of Shocking Pink #E30FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 53.92%
G = 3.56%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E30FB3 (or 0xE30FB3) is known color: Shocking Pink. HEX triplet: E3, 0F and B3. RGB value is (227,15,179). Sum of RGB (Red+Green+Blue) = 227+15+179=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FB3 is #1CF04C. Grayscale: #606060. Windows color (decimal): -1896525 or 11735011. OLE color: 11735011.

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

Color convert

RGB 227 15 179 -
CMYK 0 0.93 0.21 0.11
HSL 313.58º 0.88% 0.47% -
HSV(B) 313.58º 0.93% 0.89% -
XYZ 39.99 19.93 44.39 -
YUV 97.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 227 15 179 0 0.93 0.21 0.11 313.58 0.88 0.47
Hex E3 F B3 0 5D 15 B 13A 58 2F
Octal 343 17 263 0 135 25 13 472 130 57
Binary 11100011 1111 10110011 0 1011101 10101 1011 100111010 1011000 101111

Color Harmonies of #E30FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FB3

Black with #E30FB3

Text Example


Text Example

White with #E30FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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