Html Css Color HEX #E61990 Deep Pink

📋 copy color: '#E61990'

red 230 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #E61990

Tints of Deep Pink #E61990

RGB

 RED value IS 230 (90.23% from 255) = 57.64%

 GREEN value IS 25 (10.16% from 255) = 6.27%

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

R = 57.64%
G = 6.27%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61990 (or 0xE61990) is known color: Deep Pink. HEX triplet: E6, 19 and 90. RGB value is (230,25,144). Sum of RGB (Red+Green+Blue) = 230+25+144=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E61990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61990 is #19E66F. Grayscale: #636363. Windows color (decimal): -1697392 or 9443814. OLE color: 9443814.

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

Color convert

RGB 230 25 144 -
CMYK 0 0.89 0.37 0.10
HSL 325.17º 0.8% 0.5% -
HSV(B) 325.17º 0.89% 0.9% -
XYZ 38.01 19.53 28.15 -
YUV 99.86 152.92 220.82 -
System Red Green Blue C M Y K H S L
Decimal 230 25 144 0 0.89 0.37 0.10 325.17 0.8 0.5
Hex E6 19 90 0 59 25 A 145 50 32
Octal 346 31 220 0 131 45 12 505 120 62
Binary 11100110 11001 10010000 0 1011001 100101 1010 101000101 1010000 110010

Color Harmonies of #E61990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61990

Black with #E61990

Text Example


Text Example

White with #E61990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61990; }

 p { color: rgb(230,25,144); }

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

background-color css

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

 a { background-color: rgb(230,25,144); }

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

border-color css

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

 span { border-color: rgb(230,25,144); }

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