Html Css Color HEX #EA1280 Deep Pink

📋 copy color: '#EA1280'

red 234 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #EA1280

Tints of Deep Pink #EA1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

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

R = 61.58%
G = 4.74%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA1280 (or 0xEA1280) is known color: Deep Pink. HEX triplet: EA, 12 and 80. RGB value is (234,18,128). Sum of RGB (Red+Green+Blue) = 234+18+128=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1280 is #15ED7F. Grayscale: #5E5E5E. Windows color (decimal): -1437056 or 8393450. OLE color: 8393450.

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

Color convert

RGB 234 18 128 -
CMYK 0 0.92 0.45 0.08
HSL 329.44º 0.86% 0.49% -
HSV(B) 329.44º 0.92% 0.92% -
XYZ 38.04 19.48 22.18 -
YUV 95.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 234 18 128 0 0.92 0.45 0.08 329.44 0.86 0.49
Hex EA 12 80 0 5C 2D 8 149 56 31
Octal 352 22 200 0 134 55 10 511 126 61
Binary 11101010 10010 10000000 0 1011100 101101 1000 101001001 1010110 110001

Color Harmonies of #EA1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1280

Black with #EA1280

Text Example


Text Example

White with #EA1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1280; }

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

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

background-color css

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

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

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

border-color css

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

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

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