Html Css Color HEX #E54682 Dark Pink

📋 copy color: '#E54682'

red 229 ◦ green 70 ◦ blue 130

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

Shades of Dark Pink #E54682

Tints of Dark Pink #E54682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 53.38%
G = 16.32%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E54682 (or 0xE54682) is known color: Dark Pink. HEX triplet: E5, 46 and 82. RGB value is (229,70,130). Sum of RGB (Red+Green+Blue) = 229+70+130=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54682 is #1AB97D. Grayscale: #7C7C7C. Windows color (decimal): -1751422 or 8537829. OLE color: 8537829.

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

Color convert

RGB 229 70 130 -
CMYK 0 0.69 0.43 0.10
HSL 337.36º 0.75% 0.59% -
HSV(B) 337.36º 0.69% 0.9% -
XYZ 38.53 22.65 23.46 -
YUV 124.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 229 70 130 0 0.69 0.43 0.10 337.36 0.75 0.59
Hex E5 46 82 0 45 2B A 151 4B 3B
Octal 345 106 202 0 105 53 12 521 113 73
Binary 11100101 1000110 10000010 0 1000101 101011 1010 101010001 1001011 111011

Color Harmonies of #E54682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54682

Black with #E54682

Text Example


Text Example

White with #E54682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54682; }

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

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

background-color css

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

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

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

border-color css

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

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

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