Html Css Color HEX #E6457D Dark Pink

📋 copy color: '#E6457D'

red 230 ◦ green 69 ◦ blue 125

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

Shades of Dark Pink #E6457D

Tints of Dark Pink #E6457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.27%

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

R = 54.25%
G = 16.27%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6457D (or 0xE6457D) is known color: Dark Pink. HEX triplet: E6, 45 and 7D. RGB value is (230,69,125). Sum of RGB (Red+Green+Blue) = 230+69+125=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6457D is #19BA82. Grayscale: #7B7B7B. Windows color (decimal): -1686147 or 8209894. OLE color: 8209894.

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

Color convert

RGB 230 69 125 -
CMYK 0 0.7 0.46 0.10
HSL 339.13º 0.76% 0.59% -
HSV(B) 339.13º 0.7% 0.9% -
XYZ 38.46 22.56 21.73 -
YUV 123.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 230 69 125 0 0.7 0.46 0.10 339.13 0.76 0.59
Hex E6 45 7D 0 46 2E A 153 4C 3B
Octal 346 105 175 0 106 56 12 523 114 73
Binary 11100110 1000101 1111101 0 1000110 101110 1010 101010011 1001100 111011

Color Harmonies of #E6457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6457D

Black with #E6457D

Text Example


Text Example

White with #E6457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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