Html Css Color HEX #E60B8A Deep Pink

📋 copy color: '#E60B8A'

red 230 ◦ green 11 ◦ blue 138

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

Shades of Deep Pink #E60B8A

Tints of Deep Pink #E60B8A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

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

R = 60.69%
G = 2.9%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E60B8A (or 0xE60B8A) is known color: Deep Pink. HEX triplet: E6, 0B and 8A. RGB value is (230,11,138). Sum of RGB (Red+Green+Blue) = 230+11+138=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B8A is #19F475. Grayscale: #5A5A5A. Windows color (decimal): -1700982 or 9047014. OLE color: 9047014.

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

Color convert

RGB 230 11 138 -
CMYK 0 0.95 0.4 0.10
HSL 325.21º 0.91% 0.47% -
HSV(B) 325.21º 0.95% 0.9% -
XYZ 37.34 18.9 25.72 -
YUV 90.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 230 11 138 0 0.95 0.4 0.10 325.21 0.91 0.47
Hex E6 B 8A 0 5F 28 A 145 5B 2F
Octal 346 13 212 0 137 50 12 505 133 57
Binary 11100110 1011 10001010 0 1011111 101000 1010 101000101 1011011 101111

Color Harmonies of #E60B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B8A

Black with #E60B8A

Text Example


Text Example

White with #E60B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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