Html Css Color HEX #E41595 Deep Pink

📋 copy color: '#E41595'

red 228 ◦ green 21 ◦ blue 149

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

Shades of Deep Pink #E41595

Tints of Deep Pink #E41595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 57.29%
G = 5.28%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E41595 (or 0xE41595) is known color: Deep Pink. HEX triplet: E4, 15 and 95. RGB value is (228,21,149). Sum of RGB (Red+Green+Blue) = 228+21+149=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E41595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41595 is #1BEA6A. Grayscale: #616161. Windows color (decimal): -1829483 or 9770468. OLE color: 9770468.

HSL color Cylindrical-coordinate representation of color #E41595: hue angle of 322.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41595 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 149 -
CMYK 0 0.91 0.35 0.11
HSL 322.9º 0.83% 0.49% -
HSV(B) 322.9º 0.91% 0.89% -
XYZ 37.69 19.2 30.15 -
YUV 97.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 228 21 149 0 0.91 0.35 0.11 322.9 0.83 0.49
Hex E4 15 95 0 5B 23 B 143 53 31
Octal 344 25 225 0 133 43 13 503 123 61
Binary 11100100 10101 10010101 0 1011011 100011 1011 101000011 1010011 110001

Color Harmonies of #E41595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41595

Black with #E41595

Text Example


Text Example

White with #E41595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41595; }

 p { color: rgb(228,21,149); }

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

background-color css

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

 a { background-color: rgb(228,21,149); }

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

border-color css

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

 span { border-color: rgb(228,21,149); }

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