Html Css Color HEX #E70684 Deep Pink

📋 copy color: '#E70684'

red 231 ◦ green 6 ◦ blue 132

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

Shades of Deep Pink #E70684

Tints of Deep Pink #E70684

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 62.6%
G = 1.63%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E70684 (or 0xE70684) is known color: Deep Pink. HEX triplet: E7, 06 and 84. RGB value is (231,6,132). Sum of RGB (Red+Green+Blue) = 231+6+132=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E70684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70684 is #18F97B. Grayscale: #575757. Windows color (decimal): -1636732 or 8652519. OLE color: 8652519.

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

Color convert

RGB 231 6 132 -
CMYK 0 0.97 0.43 0.09
HSL 326.4º 0.95% 0.46% -
HSV(B) 326.4º 0.97% 0.91% -
XYZ 37.18 18.79 23.5 -
YUV 87.64 153.04 230.25 -
System Red Green Blue C M Y K H S L
Decimal 231 6 132 0 0.97 0.43 0.09 326.4 0.95 0.46
Hex E7 6 84 0 61 2B 9 146 5F 2E
Octal 347 6 204 0 141 53 11 506 137 56
Binary 11100111 110 10000100 0 1100001 101011 1001 101000110 1011111 101110

Color Harmonies of #E70684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70684

Black with #E70684

Text Example


Text Example

White with #E70684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70684; }

 p { color: rgb(231,6,132); }

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

background-color css

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

 a { background-color: rgb(231,6,132); }

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

border-color css

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

 span { border-color: rgb(231,6,132); }

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