Html Css Color HEX #E8457D Dark Pink

📋 copy color: '#E8457D'

red 232 ◦ green 69 ◦ blue 125

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

Shades of Dark Pink #E8457D

Tints of Dark Pink #E8457D

RGB

 RED value IS 232 (91.02% from 255) = 54.46%

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

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

R = 54.46%
G = 16.2%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8457D (or 0xE8457D) is known color: Dark Pink. HEX triplet: E8, 45 and 7D. RGB value is (232,69,125). Sum of RGB (Red+Green+Blue) = 232+69+125=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8457D is #17BA82. Grayscale: #7C7C7C. Windows color (decimal): -1555075 or 8209896. OLE color: 8209896.

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

Color convert

RGB 232 69 125 -
CMYK 0 0.70 0.46 0.09
HSL 339.39º 0.78% 0.59% -
HSV(B) 339.39º 0.7% 0.91% -
XYZ 39.11 22.89 21.76 -
YUV 124.12 128.5 204.95 -
System Red Green Blue C M Y K H S L
Decimal 232 69 125 0 0.70 0.46 0.09 339.39 0.78 0.59
Hex E8 45 7D 0 46 2E 9 153 4E 3B
Octal 350 105 175 0 106 56 11 523 116 73
Binary 11101000 1000101 1111101 0 1000110 101110 1001 101010011 1001110 111011

Color Harmonies of #E8457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8457D

Black with #E8457D

Text Example


Text Example

White with #E8457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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