Html Css Color HEX #E421BE Shocking Pink

📋 copy color: '#E421BE'

red 228 ◦ green 33 ◦ blue 190

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

Shades of Shocking Pink #E421BE

Tints of Shocking Pink #E421BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.32%

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

R = 50.55%
G = 7.32%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E421BE (or 0xE421BE) is known color: Shocking Pink. HEX triplet: E4, 21 and BE. RGB value is (228,33,190). Sum of RGB (Red+Green+Blue) = 228+33+190=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E421BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421BE is #1BDE41. Grayscale: #6C6C6C. Windows color (decimal): -1826370 or 12460516. OLE color: 12460516.

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

Color convert

RGB 228 33 190 -
CMYK 0 0.86 0.17 0.11
HSL 311.69º 0.78% 0.51% -
HSV(B) 311.69º 0.86% 0.89% -
XYZ 41.83 21.3 50.62 -
YUV 109.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 228 33 190 0 0.86 0.17 0.11 311.69 0.78 0.51
Hex E4 21 BE 0 56 11 B 138 4E 33
Octal 344 41 276 0 126 21 13 470 116 63
Binary 11100100 100001 10111110 0 1010110 10001 1011 100111000 1001110 110011

Color Harmonies of #E421BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421BE

Black with #E421BE

Text Example


Text Example

White with #E421BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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