Html Css Color HEX #EA1582 Deep Pink

📋 copy color: '#EA1582'

red 234 ◦ green 21 ◦ blue 130

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

Shades of Deep Pink #EA1582

Tints of Deep Pink #EA1582

RGB

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

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

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

R = 60.78%
G = 5.45%
B = 33.77%

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

#EA1582 (or 0xEA1582) is known color: Deep Pink. HEX triplet: EA, 15 and 82. RGB value is (234,21,130). Sum of RGB (Red+Green+Blue) = 234+21+130=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1582 is #15EA7D. Grayscale: #606060. Windows color (decimal): -1436286 or 8525290. OLE color: 8525290.

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

Color convert

RGB 234 21 130 -
CMYK 0 0.91 0.44 0.08
HSL 329.3º 0.84% 0.5% -
HSV(B) 329.3º 0.91% 0.92% -
XYZ 38.23 19.64 22.9 -
YUV 97.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 234 21 130 0 0.91 0.44 0.08 329.3 0.84 0.5
Hex EA 15 82 0 5B 2C 8 149 54 32
Octal 352 25 202 0 133 54 10 511 124 62
Binary 11101010 10101 10000010 0 1011011 101100 1000 101001001 1010100 110010

Color Harmonies of #EA1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1582

Black with #EA1582

Text Example


Text Example

White with #EA1582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1582; }

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

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

background-color css

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

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

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

border-color css

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

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

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