Html Css Color HEX #E7447D Dark Pink

📋 copy color: '#E7447D'

red 231 ◦ green 68 ◦ blue 125

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

Shades of Dark Pink #E7447D

Tints of Dark Pink #E7447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

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

R = 54.48%
G = 16.04%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7447D (or 0xE7447D) is known color: Dark Pink. HEX triplet: E7, 44 and 7D. RGB value is (231,68,125). Sum of RGB (Red+Green+Blue) = 231+68+125=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7447D is #18BB82. Grayscale: #7B7B7B. Windows color (decimal): -1620867 or 8209639. OLE color: 8209639.

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

Color convert

RGB 231 68 125 -
CMYK 0 0.71 0.46 0.09
HSL 339.02º 0.77% 0.59% -
HSV(B) 339.02º 0.71% 0.91% -
XYZ 38.72 22.6 21.72 -
YUV 123.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 231 68 125 0 0.71 0.46 0.09 339.02 0.77 0.59
Hex E7 44 7D 0 47 2E 9 153 4D 3B
Octal 347 104 175 0 107 56 11 523 115 73
Binary 11100111 1000100 1111101 0 1000111 101110 1001 101010011 1001101 111011

Color Harmonies of #E7447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7447D

Black with #E7447D

Text Example


Text Example

White with #E7447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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