Html Css Color HEX #E421BD Shocking Pink

📋 copy color: '#E421BD'

red 228 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #E421BD

Tints of Shocking Pink #E421BD

RGB

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

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

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

R = 50.67%
G = 7.33%
B = 42%

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

#E421BD (or 0xE421BD) is known color: Shocking Pink. HEX triplet: E4, 21 and BD. RGB value is (228,33,189). Sum of RGB (Red+Green+Blue) = 228+33+189=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E421BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421BD is #1BDE42. Grayscale: #6C6C6C. Windows color (decimal): -1826371 or 12394980. OLE color: 12394980.

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

Color convert

RGB 228 33 189 -
CMYK 0 0.86 0.17 0.11
HSL 312º 0.78% 0.51% -
HSV(B) 312º 0.86% 0.89% -
XYZ 41.72 21.26 50.05 -
YUV 109.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 228 33 189 0 0.86 0.17 0.11 312 0.78 0.51
Hex E4 21 BD 0 56 11 B 138 4E 33
Octal 344 41 275 0 126 21 13 470 116 63
Binary 11100100 100001 10111101 0 1010110 10001 1011 100111000 1001110 110011

Color Harmonies of #E421BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421BD

Black with #E421BD

Text Example


Text Example

White with #E421BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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