Html Css Color HEX #E7417D Dark Pink

📋 copy color: '#E7417D'

red 231 ◦ green 65 ◦ blue 125

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

Shades of Dark Pink #E7417D

Tints of Dark Pink #E7417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 54.87%
G = 15.44%
B = 29.69%

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

#E7417D (or 0xE7417D) is known color: Dark Pink. HEX triplet: E7, 41 and 7D. RGB value is (231,65,125). Sum of RGB (Red+Green+Blue) = 231+65+125=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7417D is #18BE82. Grayscale: #797979. Windows color (decimal): -1621635 or 8208871. OLE color: 8208871.

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

Color convert

RGB 231 65 125 -
CMYK 0 0.72 0.46 0.09
HSL 338.31º 0.78% 0.58% -
HSV(B) 338.31º 0.72% 0.91% -
XYZ 38.55 22.25 21.67 -
YUV 121.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 231 65 125 0 0.72 0.46 0.09 338.31 0.78 0.58
Hex E7 41 7D 0 48 2E 9 152 4E 3A
Octal 347 101 175 0 110 56 11 522 116 72
Binary 11100111 1000001 1111101 0 1001000 101110 1001 101010010 1001110 111010

Color Harmonies of #E7417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7417D

Black with #E7417D

Text Example


Text Example

White with #E7417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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