Html Css Color HEX #E414BE Shocking Pink

📋 copy color: '#E414BE'

red 228 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E414BE

Tints of Shocking Pink #E414BE

RGB

 RED value IS 228 (89.45% from 255) = 52.05%

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

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

R = 52.05%
G = 4.57%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E414BE (or 0xE414BE) is known color: Shocking Pink. HEX triplet: E4, 14 and BE. RGB value is (228,20,190). Sum of RGB (Red+Green+Blue) = 228+20+190=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E414BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414BE is #1BEB41. Grayscale: #656565. Windows color (decimal): -1829698 or 12457188. OLE color: 12457188.

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

Color convert

RGB 228 20 190 -
CMYK 0 0.91 0.17 0.11
HSL 310.96º 0.84% 0.49% -
HSV(B) 310.96º 0.91% 0.89% -
XYZ 41.54 20.71 50.52 -
YUV 101.57 177.91 218.18 -
System Red Green Blue C M Y K H S L
Decimal 228 20 190 0 0.91 0.17 0.11 310.96 0.84 0.49
Hex E4 14 BE 0 5B 11 B 137 54 31
Octal 344 24 276 0 133 21 13 467 124 61
Binary 11100100 10100 10111110 0 1011011 10001 1011 100110111 1010100 110001

Color Harmonies of #E414BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414BE

Black with #E414BE

Text Example


Text Example

White with #E414BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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