Html Css Color HEX #E7407D Dark Pink

📋 copy color: '#E7407D'

red 231 ◦ green 64 ◦ blue 125

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

Shades of Dark Pink #E7407D

Tints of Dark Pink #E7407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 55%
G = 15.24%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7407D (or 0xE7407D) is known color: Dark Pink. HEX triplet: E7, 40 and 7D. RGB value is (231,64,125). Sum of RGB (Red+Green+Blue) = 231+64+125=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7407D is #18BF82. Grayscale: #787878. Windows color (decimal): -1621891 or 8208615. OLE color: 8208615.

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

Color convert

RGB 231 64 125 -
CMYK 0 0.72 0.46 0.09
HSL 338.08º 0.78% 0.58% -
HSV(B) 338.08º 0.72% 0.91% -
XYZ 38.49 22.14 21.65 -
YUV 120.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 231 64 125 0 0.72 0.46 0.09 338.08 0.78 0.58
Hex E7 40 7D 0 48 2E 9 152 4E 3A
Octal 347 100 175 0 110 56 11 522 116 72
Binary 11100111 1000000 1111101 0 1001000 101110 1001 101010010 1001110 111010

Color Harmonies of #E7407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7407D

Black with #E7407D

Text Example


Text Example

White with #E7407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7407D; }

 p { color: rgb(231,64,125); }

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

background-color css

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

 a { background-color: rgb(231,64,125); }

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

border-color css

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

 span { border-color: rgb(231,64,125); }

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