Html Css Color HEX #E60484 Deep Pink

📋 copy color: '#E60484'

red 230 ◦ green 4 ◦ blue 132

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

Shades of Deep Pink #E60484

Tints of Deep Pink #E60484

RGB

 RED value IS 230 (90.23% from 255) = 62.84%

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 62.84%
G = 1.09%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E60484 (or 0xE60484) is known color: Deep Pink. HEX triplet: E6, 04 and 84. RGB value is (230,4,132). Sum of RGB (Red+Green+Blue) = 230+4+132=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E60484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60484 is #19FB7B. Grayscale: #555555. Windows color (decimal): -1702780 or 8652006. OLE color: 8652006.

HSL color Cylindrical-coordinate representation of color #E60484: hue angle of 326.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60484 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 132 -
CMYK 0 0.98 0.43 0.10
HSL 326.02º 0.97% 0.46% -
HSV(B) 326.02º 0.98% 0.9% -
XYZ 36.84 18.58 23.47 -
YUV 86.17 153.87 230.59 -
System Red Green Blue C M Y K H S L
Decimal 230 4 132 0 0.98 0.43 0.10 326.02 0.97 0.46
Hex E6 4 84 0 62 2B A 146 61 2E
Octal 346 4 204 0 142 53 12 506 141 56
Binary 11100110 100 10000100 0 1100010 101011 1010 101000110 1100001 101110

Color Harmonies of #E60484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60484

Black with #E60484

Text Example


Text Example

White with #E60484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60484; }

 p { color: rgb(230,4,132); }

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

background-color css

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

 a { background-color: rgb(230,4,132); }

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

border-color css

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

 span { border-color: rgb(230,4,132); }

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