Html Css Color HEX #EA1580 Deep Pink

📋 copy color: '#EA1580'

red 234 ◦ green 21 ◦ blue 128

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

Shades of Deep Pink #EA1580

Tints of Deep Pink #EA1580

RGB

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

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

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

R = 61.1%
G = 5.48%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA1580 (or 0xEA1580) is known color: Deep Pink. HEX triplet: EA, 15 and 80. RGB value is (234,21,128). Sum of RGB (Red+Green+Blue) = 234+21+128=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1580 is #15EA7F. Grayscale: #606060. Windows color (decimal): -1436288 or 8394218. OLE color: 8394218.

HSL color Cylindrical-coordinate representation of color #EA1580: hue angle of 329.86º 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 #EA1580 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 128 -
CMYK 0 0.91 0.45 0.08
HSL 329.86º 0.84% 0.5% -
HSV(B) 329.86º 0.91% 0.92% -
XYZ 38.1 19.59 22.19 -
YUV 96.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 234 21 128 0 0.91 0.45 0.08 329.86 0.84 0.5
Hex EA 15 80 0 5B 2D 8 14A 54 32
Octal 352 25 200 0 133 55 10 512 124 62
Binary 11101010 10101 10000000 0 1011011 101101 1000 101001010 1010100 110010

Color Harmonies of #EA1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1580

Black with #EA1580

Text Example


Text Example

White with #EA1580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1580; }

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

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

background-color css

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

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

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

border-color css

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

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

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