Html Css Color HEX #E8037D Deep Pink

📋 copy color: '#E8037D'

red 232 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #E8037D

Tints of Deep Pink #E8037D

RGB

 RED value IS 232 (91.02% from 255) = 64.44%

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 64.44%
G = 0.83%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8037D (or 0xE8037D) is known color: Deep Pink. HEX triplet: E8, 03 and 7D. RGB value is (232,3,125). Sum of RGB (Red+Green+Blue) = 232+3+125=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8037D is #17FC82. Grayscale: #555555. Windows color (decimal): -1571971 or 8193000. OLE color: 8193000.

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

Color convert

RGB 232 3 125 -
CMYK 0 0.99 0.46 0.09
HSL 328.03º 0.97% 0.46% -
HSV(B) 328.03º 0.99% 0.91% -
XYZ 37.01 18.7 21.06 -
YUV 85.38 150.37 232.58 -
System Red Green Blue C M Y K H S L
Decimal 232 3 125 0 0.99 0.46 0.09 328.03 0.97 0.46
Hex E8 3 7D 0 63 2E 9 148 61 2E
Octal 350 3 175 0 143 56 11 510 141 56
Binary 11101000 11 1111101 0 1100011 101110 1001 101001000 1100001 101110

Color Harmonies of #E8037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8037D

Black with #E8037D

Text Example


Text Example

White with #E8037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8037D; }

 p { color: rgb(232,3,125); }

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

background-color css

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

 a { background-color: rgb(232,3,125); }

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

border-color css

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

 span { border-color: rgb(232,3,125); }

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