Html Css Color HEX #E60E8A Deep Pink

📋 copy color: '#E60E8A'

red 230 ◦ green 14 ◦ blue 138

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

Shades of Deep Pink #E60E8A

Tints of Deep Pink #E60E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 60.21%
G = 3.66%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E60E8A (or 0xE60E8A) is known color: Deep Pink. HEX triplet: E6, 0E and 8A. RGB value is (230,14,138). Sum of RGB (Red+Green+Blue) = 230+14+138=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60E8A is #19F175. Grayscale: #5C5C5C. Windows color (decimal): -1700214 or 9047782. OLE color: 9047782.

HSL color Cylindrical-coordinate representation of color #E60E8A: hue angle of 325.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60E8A is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 14 138 -
CMYK 0 0.94 0.4 0.10
HSL 325.56º 0.89% 0.48% -
HSV(B) 325.56º 0.94% 0.9% -
XYZ 37.38 18.97 25.74 -
YUV 92.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 230 14 138 0 0.94 0.4 0.10 325.56 0.89 0.48
Hex E6 E 8A 0 5E 28 A 146 59 30
Octal 346 16 212 0 136 50 12 506 131 60
Binary 11100110 1110 10001010 0 1011110 101000 1010 101000110 1011001 110000

Color Harmonies of #E60E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E8A

Black with #E60E8A

Text Example


Text Example

White with #E60E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E8A; }

 p { color: rgb(230,14,138); }

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

background-color css

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

 a { background-color: rgb(230,14,138); }

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

border-color css

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

 span { border-color: rgb(230,14,138); }

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