Html Css Color HEX #E41ACD Shocking Pink

📋 copy color: '#E41ACD'

red 228 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #E41ACD

Tints of Shocking Pink #E41ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.66%

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 49.67%
G = 5.66%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E41ACD (or 0xE41ACD) is known color: Shocking Pink. HEX triplet: E4, 1A and CD. RGB value is (228,26,205). Sum of RGB (Red+Green+Blue) = 228+26+205=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ACD is #1BE532. Grayscale: #6A6A6A. Windows color (decimal): -1828147 or 13441764. OLE color: 13441764.

HSL color Cylindrical-coordinate representation of color #E41ACD: hue angle of 306.83º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41ACD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 26 205 -
CMYK 0 0.89 0.10 0.11
HSL 306.83º 0.8% 0.5% -
HSV(B) 306.83º 0.89% 0.89% -
XYZ 43.38 21.64 59.65 -
YUV 106.8 183.42 214.45 -
System Red Green Blue C M Y K H S L
Decimal 228 26 205 0 0.89 0.10 0.11 306.83 0.8 0.5
Hex E4 1A CD 0 59 A B 133 50 32
Octal 344 32 315 0 131 12 13 463 120 62
Binary 11100100 11010 11001101 0 1011001 1010 1011 100110011 1010000 110010

Color Harmonies of #E41ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41ACD

Black with #E41ACD

Text Example


Text Example

White with #E41ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41ACD; }

 p { color: rgb(228,26,205); }

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

background-color css

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

 a { background-color: rgb(228,26,205); }

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

border-color css

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

 span { border-color: rgb(228,26,205); }

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