Html Css Color HEX #EA1980 Deep Pink

📋 copy color: '#EA1980'

red 234 ◦ green 25 ◦ blue 128

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

Shades of Deep Pink #EA1980

Tints of Deep Pink #EA1980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 60.47%
G = 6.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA1980 (or 0xEA1980) is known color: Deep Pink. HEX triplet: EA, 19 and 80. RGB value is (234,25,128). Sum of RGB (Red+Green+Blue) = 234+25+128=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1980 is #15E67F. Grayscale: #636363. Windows color (decimal): -1435264 or 8395242. OLE color: 8395242.

HSL color Cylindrical-coordinate representation of color #EA1980: hue angle of 330.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1980 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 128 -
CMYK 0 0.89 0.45 0.08
HSL 330.43º 0.83% 0.51% -
HSV(B) 330.43º 0.89% 0.92% -
XYZ 38.18 19.75 22.22 -
YUV 99.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 234 25 128 0 0.89 0.45 0.08 330.43 0.83 0.51
Hex EA 19 80 0 59 2D 8 14A 53 33
Octal 352 31 200 0 131 55 10 512 123 63
Binary 11101010 11001 10000000 0 1011001 101101 1000 101001010 1010011 110011

Color Harmonies of #EA1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1980

Black with #EA1980

Text Example


Text Example

White with #EA1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1980; }

 p { color: rgb(234,25,128); }

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

background-color css

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

 a { background-color: rgb(234,25,128); }

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

border-color css

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

 span { border-color: rgb(234,25,128); }

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