Html Css Color HEX #E60B87 Deep Pink

📋 copy color: '#E60B87'

red 230 ◦ green 11 ◦ blue 135

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

Shades of Deep Pink #E60B87

Tints of Deep Pink #E60B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 61.17%
G = 2.93%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E60B87 (or 0xE60B87) is known color: Deep Pink. HEX triplet: E6, 0B and 87. RGB value is (230,11,135). Sum of RGB (Red+Green+Blue) = 230+11+135=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B87 is #19F478. Grayscale: #5A5A5A. Windows color (decimal): -1700985 or 8850406. OLE color: 8850406.

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

Color convert

RGB 230 11 135 -
CMYK 0 0.95 0.41 0.10
HSL 326.03º 0.91% 0.47% -
HSV(B) 326.03º 0.95% 0.9% -
XYZ 37.13 18.81 24.6 -
YUV 90.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 230 11 135 0 0.95 0.41 0.10 326.03 0.91 0.47
Hex E6 B 87 0 5F 29 A 146 5B 2F
Octal 346 13 207 0 137 51 12 506 133 57
Binary 11100110 1011 10000111 0 1011111 101001 1010 101000110 1011011 101111

Color Harmonies of #E60B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B87

Black with #E60B87

Text Example


Text Example

White with #E60B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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