Html Css Color HEX #E421CB Shocking Pink

📋 copy color: '#E421CB'

red 228 ◦ green 33 ◦ blue 203

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

Shades of Shocking Pink #E421CB

Tints of Shocking Pink #E421CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 49.14%
G = 7.11%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E421CB (or 0xE421CB) is known color: Shocking Pink. HEX triplet: E4, 21 and CB. RGB value is (228,33,203). Sum of RGB (Red+Green+Blue) = 228+33+203=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E421CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421CB is #1BDE34. Grayscale: #6E6E6E. Windows color (decimal): -1826357 or 13312484. OLE color: 13312484.

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

Color convert

RGB 228 33 203 -
CMYK 0 0.86 0.11 0.11
HSL 307.69º 0.78% 0.51% -
HSV(B) 307.69º 0.86% 0.89% -
XYZ 43.32 21.89 58.44 -
YUV 110.69 180.1 211.68 -
System Red Green Blue C M Y K H S L
Decimal 228 33 203 0 0.86 0.11 0.11 307.69 0.78 0.51
Hex E4 21 CB 0 56 B B 134 4E 33
Octal 344 41 313 0 126 13 13 464 116 63
Binary 11100100 100001 11001011 0 1010110 1011 1011 100110100 1001110 110011

Color Harmonies of #E421CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421CB

Black with #E421CB

Text Example


Text Example

White with #E421CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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