Html Css Color HEX #E70E8C Deep Pink

📋 copy color: '#E70E8C'

red 231 ◦ green 14 ◦ blue 140

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

Shades of Deep Pink #E70E8C

Tints of Deep Pink #E70E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 60%
G = 3.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E70E8C (or 0xE70E8C) is known color: Deep Pink. HEX triplet: E7, 0E and 8C. RGB value is (231,14,140). Sum of RGB (Red+Green+Blue) = 231+14+140=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E8C is #18F173. Grayscale: #5C5C5C. Windows color (decimal): -1634676 or 9178855. OLE color: 9178855.

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

Color convert

RGB 231 14 140 -
CMYK 0 0.94 0.39 0.09
HSL 325.16º 0.89% 0.48% -
HSV(B) 325.16º 0.94% 0.91% -
XYZ 37.85 19.2 26.52 -
YUV 93.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 231 14 140 0 0.94 0.39 0.09 325.16 0.89 0.48
Hex E7 E 8C 0 5E 27 9 145 59 30
Octal 347 16 214 0 136 47 11 505 131 60
Binary 11100111 1110 10001100 0 1011110 100111 1001 101000101 1011001 110000

Color Harmonies of #E70E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E8C

Black with #E70E8C

Text Example


Text Example

White with #E70E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E8C; }

 p { color: rgb(231,14,140); }

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

background-color css

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

 a { background-color: rgb(231,14,140); }

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

border-color css

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

 span { border-color: rgb(231,14,140); }

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