Html Css Color HEX #E5467D Dark Pink

📋 copy color: '#E5467D'

red 229 ◦ green 70 ◦ blue 125

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

Shades of Dark Pink #E5467D

Tints of Dark Pink #E5467D

RGB

 RED value IS 229 (89.84% from 255) = 54.01%

 GREEN value IS 70 (27.73% from 255) = 16.51%

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

R = 54.01%
G = 16.51%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5467D (or 0xE5467D) is known color: Dark Pink. HEX triplet: E5, 46 and 7D. RGB value is (229,70,125). Sum of RGB (Red+Green+Blue) = 229+70+125=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5467D is #1AB982. Grayscale: #7B7B7B. Windows color (decimal): -1751427 or 8210149. OLE color: 8210149.

HSL color Cylindrical-coordinate representation of color #E5467D: hue angle of 339.25º degrees, saturation: 0.75, 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 #E5467D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 125 -
CMYK 0 0.69 0.45 0.10
HSL 339.25º 0.75% 0.59% -
HSV(B) 339.25º 0.69% 0.9% -
XYZ 38.2 22.52 21.74 -
YUV 123.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 229 70 125 0 0.69 0.45 0.10 339.25 0.75 0.59
Hex E5 46 7D 0 45 2D A 153 4B 3B
Octal 345 106 175 0 105 55 12 523 113 73
Binary 11100101 1000110 1111101 0 1000101 101101 1010 101010011 1001011 111011

Color Harmonies of #E5467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5467D

Black with #E5467D

Text Example


Text Example

White with #E5467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5467D; }

 p { color: rgb(229,70,125); }

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

background-color css

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

 a { background-color: rgb(229,70,125); }

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

border-color css

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

 span { border-color: rgb(229,70,125); }

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