Html Css Color HEX #E421CA Shocking Pink

📋 copy color: '#E421CA'

red 228 ◦ green 33 ◦ blue 202

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

Shades of Shocking Pink #E421CA

Tints of Shocking Pink #E421CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 49.24%
G = 7.13%
B = 43.63%

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

#E421CA (or 0xE421CA) is known color: Shocking Pink. HEX triplet: E4, 21 and CA. RGB value is (228,33,202). Sum of RGB (Red+Green+Blue) = 228+33+202=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E421CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421CA is #1BDE35. Grayscale: #6E6E6E. Windows color (decimal): -1826358 or 13246948. OLE color: 13246948.

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

Color convert

RGB 228 33 202 -
CMYK 0 0.86 0.11 0.11
HSL 308º 0.78% 0.51% -
HSV(B) 308º 0.86% 0.89% -
XYZ 43.2 21.85 57.82 -
YUV 110.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 228 33 202 0 0.86 0.11 0.11 308 0.78 0.51
Hex E4 21 CA 0 56 B B 134 4E 33
Octal 344 41 312 0 126 13 13 464 116 63
Binary 11100100 100001 11001010 0 1010110 1011 1011 100110100 1001110 110011

Color Harmonies of #E421CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421CA

Black with #E421CA

Text Example


Text Example

White with #E421CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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