Html Css Color HEX #E307BE Shocking Pink

📋 copy color: '#E307BE'

red 227 ◦ green 7 ◦ blue 190

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

Shades of Shocking Pink #E307BE

Tints of Shocking Pink #E307BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 53.54%
G = 1.65%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E307BE (or 0xE307BE) is known color: Shocking Pink. HEX triplet: E3, 07 and BE. RGB value is (227,7,190). Sum of RGB (Red+Green+Blue) = 227+7+190=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E307BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307BE is #1CF841. Grayscale: #5D5D5D. Windows color (decimal): -1898562 or 12453859. OLE color: 12453859.

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

Color convert

RGB 227 7 190 -
CMYK 0 0.97 0.16 0.11
HSL 310.09º 0.94% 0.46% -
HSV(B) 310.09º 0.97% 0.89% -
XYZ 41.05 20.2 50.45 -
YUV 93.64 182.39 223.12 -
System Red Green Blue C M Y K H S L
Decimal 227 7 190 0 0.97 0.16 0.11 310.09 0.94 0.46
Hex E3 7 BE 0 61 10 B 136 5E 2E
Octal 343 7 276 0 141 20 13 466 136 56
Binary 11100011 111 10111110 0 1100001 10000 1011 100110110 1011110 101110

Color Harmonies of #E307BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307BE

Black with #E307BE

Text Example


Text Example

White with #E307BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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