Html Css Color HEX #E307C1 Shocking Pink

📋 copy color: '#E307C1'

red 227 ◦ green 7 ◦ blue 193

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

Shades of Shocking Pink #E307C1

Tints of Shocking Pink #E307C1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

 BLUE value IS 193 (75.78% from 255) = 45.2%

R = 53.16%
G = 1.64%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E307C1 (or 0xE307C1) is known color: Shocking Pink. HEX triplet: E3, 07 and C1. RGB value is (227,7,193). Sum of RGB (Red+Green+Blue) = 227+7+193=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E307C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307C1 is #1CF83E. Grayscale: #5D5D5D. Windows color (decimal): -1898559 or 12650467. OLE color: 12650467.

HSL color Cylindrical-coordinate representation of color #E307C1: hue angle of 309.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307C1 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 7 193 -
CMYK 0 0.97 0.15 0.11
HSL 309.27º 0.94% 0.46% -
HSV(B) 309.27º 0.97% 0.89% -
XYZ 41.38 20.33 52.2 -
YUV 93.98 183.89 222.88 -
System Red Green Blue C M Y K H S L
Decimal 227 7 193 0 0.97 0.15 0.11 309.27 0.94 0.46
Hex E3 7 C1 0 61 F B 135 5E 2E
Octal 343 7 301 0 141 17 13 465 136 56
Binary 11100011 111 11000001 0 1100001 1111 1011 100110101 1011110 101110

Color Harmonies of #E307C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307C1

Black with #E307C1

Text Example


Text Example

White with #E307C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307C1; }

 p { color: rgb(227,7,193); }

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

background-color css

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

 a { background-color: rgb(227,7,193); }

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

border-color css

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

 span { border-color: rgb(227,7,193); }

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