Html Css Color HEX #E60483 Deep Pink

📋 copy color: '#E60483'

red 230 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #E60483

Tints of Deep Pink #E60483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 63.01%
G = 1.1%
B = 35.89%

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

#E60483 (or 0xE60483) is known color: Deep Pink. HEX triplet: E6, 04 and 83. RGB value is (230,4,131). Sum of RGB (Red+Green+Blue) = 230+4+131=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60483 is #19FB7C. Grayscale: #555555. Windows color (decimal): -1702781 or 8586470. OLE color: 8586470.

HSL color Cylindrical-coordinate representation of color #E60483: hue angle of 326.28º 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 #E60483 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 131 -
CMYK 0 0.98 0.43 0.10
HSL 326.28º 0.97% 0.46% -
HSV(B) 326.28º 0.98% 0.9% -
XYZ 36.77 18.55 23.11 -
YUV 86.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 230 4 131 0 0.98 0.43 0.10 326.28 0.97 0.46
Hex E6 4 83 0 62 2B A 146 61 2E
Octal 346 4 203 0 142 53 12 506 141 56
Binary 11100110 100 10000011 0 1100010 101011 1010 101000110 1100001 101110

Color Harmonies of #E60483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60483

Black with #E60483

Text Example


Text Example

White with #E60483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60483; }

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

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

background-color css

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

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

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

border-color css

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

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

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