Html Css Color HEX #E70D8E Deep Pink

📋 copy color: '#E70D8E'

red 231 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #E70D8E

Tints of Deep Pink #E70D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 59.84%
G = 3.37%
B = 36.79%

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

#E70D8E (or 0xE70D8E) is known color: Deep Pink. HEX triplet: E7, 0D and 8E. RGB value is (231,13,142). Sum of RGB (Red+Green+Blue) = 231+13+142=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D8E is #18F271. Grayscale: #5C5C5C. Windows color (decimal): -1634930 or 9309671. OLE color: 9309671.

HSL color Cylindrical-coordinate representation of color #E70D8E: hue angle of 324.5º 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 #E70D8E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 142 -
CMYK 0 0.94 0.39 0.09
HSL 324.5º 0.89% 0.48% -
HSV(B) 324.5º 0.94% 0.91% -
XYZ 37.98 19.23 27.3 -
YUV 92.89 155.72 226.51 -
System Red Green Blue C M Y K H S L
Decimal 231 13 142 0 0.94 0.39 0.09 324.5 0.89 0.48
Hex E7 D 8E 0 5E 27 9 144 59 30
Octal 347 15 216 0 136 47 11 504 131 60
Binary 11100111 1101 10001110 0 1011110 100111 1001 101000100 1011001 110000

Color Harmonies of #E70D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D8E

Black with #E70D8E

Text Example


Text Example

White with #E70D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D8E; }

 p { color: rgb(231,13,142); }

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

background-color css

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

 a { background-color: rgb(231,13,142); }

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

border-color css

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

 span { border-color: rgb(231,13,142); }

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