Html Css Color HEX #EA1490 Deep Pink

📋 copy color: '#EA1490'

red 234 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #EA1490

Tints of Deep Pink #EA1490

RGB

 RED value IS 234 (91.8% from 255) = 58.79%

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

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

R = 58.79%
G = 5.03%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA1490 (or 0xEA1490) is known color: Deep Pink. HEX triplet: EA, 14 and 90. RGB value is (234,20,144). Sum of RGB (Red+Green+Blue) = 234+20+144=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1490 is #15EB6F. Grayscale: #616161. Windows color (decimal): -1436528 or 9442538. OLE color: 9442538.

HSL color Cylindrical-coordinate representation of color #EA1490: hue angle of 325.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1490 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 20 144 -
CMYK 0 0.91 0.38 0.08
HSL 325.23º 0.84% 0.5% -
HSV(B) 325.23º 0.91% 0.92% -
XYZ 39.22 20.01 28.18 -
YUV 98.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 234 20 144 0 0.91 0.38 0.08 325.23 0.84 0.5
Hex EA 14 90 0 5B 26 8 145 54 32
Octal 352 24 220 0 133 46 10 505 124 62
Binary 11101010 10100 10010000 0 1011011 100110 1000 101000101 1010100 110010

Color Harmonies of #EA1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1490

Black with #EA1490

Text Example


Text Example

White with #EA1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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