Html Css Color HEX #E70C87 Deep Pink

📋 copy color: '#E70C87'

red 231 ◦ green 12 ◦ blue 135

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

Shades of Deep Pink #E70C87

Tints of Deep Pink #E70C87

RGB

 RED value IS 231 (90.63% from 255) = 61.11%

 GREEN value IS 12 (5.08% from 255) = 3.17%

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

R = 61.11%
G = 3.17%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70C87 (or 0xE70C87) is known color: Deep Pink. HEX triplet: E7, 0C and 87. RGB value is (231,12,135). Sum of RGB (Red+Green+Blue) = 231+12+135=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70C87 is #18F378. Grayscale: #5B5B5B. Windows color (decimal): -1635193 or 8850663. OLE color: 8850663.

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

Color convert

RGB 231 12 135 -
CMYK 0 0.95 0.42 0.09
HSL 326.3º 0.9% 0.48% -
HSV(B) 326.3º 0.95% 0.91% -
XYZ 37.46 19 24.61 -
YUV 91.5 152.55 227.5 -
System Red Green Blue C M Y K H S L
Decimal 231 12 135 0 0.95 0.42 0.09 326.3 0.9 0.48
Hex E7 C 87 0 5F 2A 9 146 5A 30
Octal 347 14 207 0 137 52 11 506 132 60
Binary 11100111 1100 10000111 0 1011111 101010 1001 101000110 1011010 110000

Color Harmonies of #E70C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C87

Black with #E70C87

Text Example


Text Example

White with #E70C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C87; }

 p { color: rgb(231,12,135); }

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

background-color css

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

 a { background-color: rgb(231,12,135); }

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

border-color css

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

 span { border-color: rgb(231,12,135); }

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