Html Css Color HEX #E7477F Dark Pink

📋 copy color: '#E7477F'

red 231 ◦ green 71 ◦ blue 127

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

Shades of Dark Pink #E7477F

Tints of Dark Pink #E7477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.55%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 53.85%
G = 16.55%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7477F (or 0xE7477F) is known color: Dark Pink. HEX triplet: E7, 47 and 7F. RGB value is (231,71,127). Sum of RGB (Red+Green+Blue) = 231+71+127=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7477F is #18B880. Grayscale: #7D7D7D. Windows color (decimal): -1620097 or 8341479. OLE color: 8341479.

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

Color convert

RGB 231 71 127 -
CMYK 0 0.69 0.45 0.09
HSL 339º 0.77% 0.59% -
HSV(B) 339º 0.69% 0.91% -
XYZ 39.04 23.03 22.47 -
YUV 125.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 231 71 127 0 0.69 0.45 0.09 339 0.77 0.59
Hex E7 47 7F 0 45 2D 9 153 4D 3B
Octal 347 107 177 0 105 55 11 523 115 73
Binary 11100111 1000111 1111111 0 1000101 101101 1001 101010011 1001101 111011

Color Harmonies of #E7477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7477F

Black with #E7477F

Text Example


Text Example

White with #E7477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7477F; }

 p { color: rgb(231,71,127); }

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

background-color css

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

 a { background-color: rgb(231,71,127); }

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

border-color css

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

 span { border-color: rgb(231,71,127); }

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