Html Css Color HEX #E6447D Dark Pink

📋 copy color: '#E6447D'

red 230 ◦ green 68 ◦ blue 125

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

Shades of Dark Pink #E6447D

Tints of Dark Pink #E6447D

RGB

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

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

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

R = 54.37%
G = 16.08%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6447D (or 0xE6447D) is known color: Dark Pink. HEX triplet: E6, 44 and 7D. RGB value is (230,68,125). Sum of RGB (Red+Green+Blue) = 230+68+125=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6447D is #19BB82. Grayscale: #7A7A7A. Windows color (decimal): -1686403 or 8209638. OLE color: 8209638.

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

Color convert

RGB 230 68 125 -
CMYK 0 0.70 0.46 0.10
HSL 338.89º 0.76% 0.58% -
HSV(B) 338.89º 0.7% 0.9% -
XYZ 38.4 22.44 21.71 -
YUV 122.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 230 68 125 0 0.70 0.46 0.10 338.89 0.76 0.58
Hex E6 44 7D 0 46 2E A 153 4C 3A
Octal 346 104 175 0 106 56 12 523 114 72
Binary 11100110 1000100 1111101 0 1000110 101110 1010 101010011 1001100 111010

Color Harmonies of #E6447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6447D

Black with #E6447D

Text Example


Text Example

White with #E6447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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