Html Css Color HEX #E6477D Dark Pink

📋 copy color: '#E6477D'

red 230 ◦ green 71 ◦ blue 125

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

Shades of Dark Pink #E6477D

Tints of Dark Pink #E6477D

RGB

 RED value IS 230 (90.23% from 255) = 53.99%

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

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

R = 53.99%
G = 16.67%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6477D (or 0xE6477D) is known color: Dark Pink. HEX triplet: E6, 47 and 7D. RGB value is (230,71,125). Sum of RGB (Red+Green+Blue) = 230+71+125=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6477D is #19B882. Grayscale: #7C7C7C. Windows color (decimal): -1685635 or 8210406. OLE color: 8210406.

HSL color Cylindrical-coordinate representation of color #E6477D: hue angle of 339.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6477D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 125 -
CMYK 0 0.69 0.46 0.10
HSL 339.62º 0.76% 0.59% -
HSV(B) 339.62º 0.69% 0.9% -
XYZ 38.59 22.81 21.77 -
YUV 124.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 230 71 125 0 0.69 0.46 0.10 339.62 0.76 0.59
Hex E6 47 7D 0 45 2E A 154 4C 3B
Octal 346 107 175 0 105 56 12 524 114 73
Binary 11100110 1000111 1111101 0 1000101 101110 1010 101010100 1001100 111011

Color Harmonies of #E6477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6477D

Black with #E6477D

Text Example


Text Example

White with #E6477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6477D; }

 p { color: rgb(230,71,125); }

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

background-color css

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

 a { background-color: rgb(230,71,125); }

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

border-color css

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

 span { border-color: rgb(230,71,125); }

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