Html Css Color HEX #E60A8B Deep Pink

📋 copy color: '#E60A8B'

red 230 ◦ green 10 ◦ blue 139

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

Shades of Deep Pink #E60A8B

Tints of Deep Pink #E60A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.64%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 60.69%
G = 2.64%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E60A8B (or 0xE60A8B) is known color: Deep Pink. HEX triplet: E6, 0A and 8B. RGB value is (230,10,139). Sum of RGB (Red+Green+Blue) = 230+10+139=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60A8B is #19F574. Grayscale: #5A5A5A. Windows color (decimal): -1701237 or 9112294. OLE color: 9112294.

HSL color Cylindrical-coordinate representation of color #E60A8B: hue angle of 324.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A8B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 139 -
CMYK 0 0.96 0.40 0.10
HSL 324.82º 0.92% 0.47% -
HSV(B) 324.82º 0.96% 0.9% -
XYZ 37.4 18.9 26.1 -
YUV 90.49 155.39 227.51 -
System Red Green Blue C M Y K H S L
Decimal 230 10 139 0 0.96 0.40 0.10 324.82 0.92 0.47
Hex E6 A 8B 0 60 28 A 145 5C 2F
Octal 346 12 213 0 140 50 12 505 134 57
Binary 11100110 1010 10001011 0 1100000 101000 1010 101000101 1011100 101111

Color Harmonies of #E60A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A8B

Black with #E60A8B

Text Example


Text Example

White with #E60A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A8B; }

 p { color: rgb(230,10,139); }

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

background-color css

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

 a { background-color: rgb(230,10,139); }

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

border-color css

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

 span { border-color: rgb(230,10,139); }

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