Html Css Color HEX #E314BE Shocking Pink

📋 copy color: '#E314BE'

red 227 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E314BE

Tints of Shocking Pink #E314BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

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

R = 51.95%
G = 4.58%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E314BE (or 0xE314BE) is known color: Shocking Pink. HEX triplet: E3, 14 and BE. RGB value is (227,20,190). Sum of RGB (Red+Green+Blue) = 227+20+190=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E314BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314BE is #1CEB41. Grayscale: #646464. Windows color (decimal): -1895234 or 12457187. OLE color: 12457187.

HSL color Cylindrical-coordinate representation of color #E314BE: hue angle of 310.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314BE is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 190 -
CMYK 0 0.91 0.16 0.11
HSL 310.72º 0.84% 0.48% -
HSV(B) 310.72º 0.91% 0.89% -
XYZ 41.22 20.55 50.51 -
YUV 101.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 227 20 190 0 0.91 0.16 0.11 310.72 0.84 0.48
Hex E3 14 BE 0 5B 10 B 137 54 30
Octal 343 24 276 0 133 20 13 467 124 60
Binary 11100011 10100 10111110 0 1011011 10000 1011 100110111 1010100 110000

Color Harmonies of #E314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E314BE

Black with #E314BE

Text Example


Text Example

White with #E314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E314BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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