Html Css Color HEX #EA1482 Deep Pink

📋 copy color: '#EA1482'

red 234 ◦ green 20 ◦ blue 130

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

Shades of Deep Pink #EA1482

Tints of Deep Pink #EA1482

RGB

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

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

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

R = 60.94%
G = 5.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1482 (or 0xEA1482) is known color: Deep Pink. HEX triplet: EA, 14 and 82. RGB value is (234,20,130). Sum of RGB (Red+Green+Blue) = 234+20+130=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1482 is #15EB7D. Grayscale: #606060. Windows color (decimal): -1436542 or 8525034. OLE color: 8525034.

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

Color convert

RGB 234 20 130 -
CMYK 0 0.91 0.44 0.08
HSL 329.16º 0.84% 0.5% -
HSV(B) 329.16º 0.91% 0.92% -
XYZ 38.21 19.6 22.89 -
YUV 96.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 234 20 130 0 0.91 0.44 0.08 329.16 0.84 0.5
Hex EA 14 82 0 5B 2C 8 149 54 32
Octal 352 24 202 0 133 54 10 511 124 62
Binary 11101010 10100 10000010 0 1011011 101100 1000 101001001 1010100 110010

Color Harmonies of #EA1482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1482

Black with #EA1482

Text Example


Text Example

White with #EA1482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1482; }

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

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

background-color css

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

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

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

border-color css

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

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

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