Html Css Color HEX #E41690 Deep Pink

📋 copy color: '#E41690'

red 228 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #E41690

Tints of Deep Pink #E41690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.58%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 57.87%
G = 5.58%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E41690 (or 0xE41690) is known color: Deep Pink. HEX triplet: E4, 16 and 90. RGB value is (228,22,144). Sum of RGB (Red+Green+Blue) = 228+22+144=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E41690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41690 is #1BE96F. Grayscale: #616161. Windows color (decimal): -1829232 or 9443044. OLE color: 9443044.

HSL color Cylindrical-coordinate representation of color #E41690: hue angle of 324.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41690 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 22 144 -
CMYK 0 0.90 0.37 0.11
HSL 324.47º 0.82% 0.49% -
HSV(B) 324.47º 0.9% 0.89% -
XYZ 37.32 19.08 28.1 -
YUV 97.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 228 22 144 0 0.90 0.37 0.11 324.47 0.82 0.49
Hex E4 16 90 0 5A 25 B 144 52 31
Octal 344 26 220 0 132 45 13 504 122 61
Binary 11100100 10110 10010000 0 1011010 100101 1011 101000100 1010010 110001

Color Harmonies of #E41690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41690

Black with #E41690

Text Example


Text Example

White with #E41690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41690; }

 p { color: rgb(228,22,144); }

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

background-color css

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

 a { background-color: rgb(228,22,144); }

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

border-color css

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

 span { border-color: rgb(228,22,144); }

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