Html Css Color HEX #E61490 Deep Pink

📋 copy color: '#E61490'

red 230 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #E61490

Tints of Deep Pink #E61490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 58.38%
G = 5.08%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61490 (or 0xE61490) is known color: Deep Pink. HEX triplet: E6, 14 and 90. RGB value is (230,20,144). Sum of RGB (Red+Green+Blue) = 230+20+144=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E61490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61490 is #19EB6F. Grayscale: #606060. Windows color (decimal): -1698672 or 9442534. OLE color: 9442534.

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

Color convert

RGB 230 20 144 -
CMYK 0 0.91 0.37 0.10
HSL 324.57º 0.84% 0.49% -
HSV(B) 324.57º 0.91% 0.9% -
XYZ 37.92 19.34 28.12 -
YUV 96.93 154.57 222.92 -
System Red Green Blue C M Y K H S L
Decimal 230 20 144 0 0.91 0.37 0.10 324.57 0.84 0.49
Hex E6 14 90 0 5B 25 A 145 54 31
Octal 346 24 220 0 133 45 12 505 124 61
Binary 11100110 10100 10010000 0 1011011 100101 1010 101000101 1010100 110001

Color Harmonies of #E61490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61490

Black with #E61490

Text Example


Text Example

White with #E61490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61490; }

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

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

background-color css

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

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

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

border-color css

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

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

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