Html Css Color HEX #E114BE Shocking Pink

📋 copy color: '#E114BE'

red 225 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E114BE

Tints of Shocking Pink #E114BE

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

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

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

R = 51.72%
G = 4.6%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E114BE (or 0xE114BE) is known color: Shocking Pink. HEX triplet: E1, 14 and BE. RGB value is (225,20,190). Sum of RGB (Red+Green+Blue) = 225+20+190=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E114BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114BE is #1EEB41. Grayscale: #646464. Windows color (decimal): -2026306 or 12457185. OLE color: 12457185.

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

Color convert

RGB 225 20 190 -
CMYK 0 0.91 0.16 0.12
HSL 310.24º 0.84% 0.48% -
HSV(B) 310.24º 0.91% 0.88% -
XYZ 40.6 20.23 50.48 -
YUV 100.68 178.42 216.68 -
System Red Green Blue C M Y K H S L
Decimal 225 20 190 0 0.91 0.16 0.12 310.24 0.84 0.48
Hex E1 14 BE 0 5B 10 C 136 54 30
Octal 341 24 276 0 133 20 14 466 124 60
Binary 11100001 10100 10111110 0 1011011 10000 1100 100110110 1010100 110000

Color Harmonies of #E114BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114BE

Black with #E114BE

Text Example


Text Example

White with #E114BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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