Html Css Color HEX #E420BD Shocking Pink

📋 copy color: '#E420BD'

red 228 ◦ green 32 ◦ blue 189

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

Shades of Shocking Pink #E420BD

Tints of Shocking Pink #E420BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.13%

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 50.78%
G = 7.13%
B = 42.09%

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

#E420BD (or 0xE420BD) is known color: Shocking Pink. HEX triplet: E4, 20 and BD. RGB value is (228,32,189). Sum of RGB (Red+Green+Blue) = 228+32+189=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E420BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420BD is #1BDF42. Grayscale: #6C6C6C. Windows color (decimal): -1826627 or 12394724. OLE color: 12394724.

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

Color convert

RGB 228 32 189 -
CMYK 0 0.86 0.17 0.11
HSL 311.94º 0.78% 0.51% -
HSV(B) 311.94º 0.86% 0.89% -
XYZ 41.7 21.2 50.04 -
YUV 108.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 228 32 189 0 0.86 0.17 0.11 311.94 0.78 0.51
Hex E4 20 BD 0 56 11 B 138 4E 33
Octal 344 40 275 0 126 21 13 470 116 63
Binary 11100100 100000 10111101 0 1010110 10001 1011 100111000 1001110 110011

Color Harmonies of #E420BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420BD

Black with #E420BD

Text Example


Text Example

White with #E420BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420BD; }

 p { color: rgb(228,32,189); }

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

background-color css

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

 a { background-color: rgb(228,32,189); }

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

border-color css

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

 span { border-color: rgb(228,32,189); }

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