Html Css Color HEX #EA1982 Deep Pink

📋 copy color: '#EA1982'

red 234 ◦ green 25 ◦ blue 130

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

Shades of Deep Pink #EA1982

Tints of Deep Pink #EA1982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 60.15%
G = 6.43%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1982 (or 0xEA1982) is known color: Deep Pink. HEX triplet: EA, 19 and 82. RGB value is (234,25,130). Sum of RGB (Red+Green+Blue) = 234+25+130=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1982 is #15E67D. Grayscale: #636363. Windows color (decimal): -1435262 or 8526314. OLE color: 8526314.

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

Color convert

RGB 234 25 130 -
CMYK 0 0.89 0.44 0.08
HSL 329.86º 0.83% 0.51% -
HSV(B) 329.86º 0.89% 0.92% -
XYZ 38.31 19.8 22.92 -
YUV 99.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 234 25 130 0 0.89 0.44 0.08 329.86 0.83 0.51
Hex EA 19 82 0 59 2C 8 14A 53 33
Octal 352 31 202 0 131 54 10 512 123 63
Binary 11101010 11001 10000010 0 1011001 101100 1000 101001010 1010011 110011

Color Harmonies of #EA1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1982

Black with #EA1982

Text Example


Text Example

White with #EA1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1982; }

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

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

background-color css

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

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

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

border-color css

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

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

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