Html Css Color HEX #E45481 Dark Pink

📋 copy color: '#E45481'

red 228 ◦ green 84 ◦ blue 129

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

Shades of Dark Pink #E45481

Tints of Dark Pink #E45481

RGB

 RED value IS 228 (89.45% from 255) = 51.7%

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 51.7%
G = 19.05%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E45481 (or 0xE45481) is known color: Dark Pink. HEX triplet: E4, 54 and 81. RGB value is (228,84,129). Sum of RGB (Red+Green+Blue) = 228+84+129=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E45481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45481 is #1BAB7E. Grayscale: #848484. Windows color (decimal): -1813375 or 8475876. OLE color: 8475876.

HSL color Cylindrical-coordinate representation of color #E45481: hue angle of 341.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45481 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 84 129 -
CMYK 0 0.63 0.43 0.11
HSL 341.25º 0.73% 0.61% -
HSV(B) 341.25º 0.63% 0.89% -
XYZ 39.13 24.42 23.42 -
YUV 132.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 228 84 129 0 0.63 0.43 0.11 341.25 0.73 0.61
Hex E4 54 81 0 3F 2B B 155 49 3D
Octal 344 124 201 0 77 53 13 525 111 75
Binary 11100100 1010100 10000001 0 111111 101011 1011 101010101 1001001 111101

Color Harmonies of #E45481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45481

Black with #E45481

Text Example


Text Example

White with #E45481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45481; }

 p { color: rgb(228,84,129); }

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

background-color css

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

 a { background-color: rgb(228,84,129); }

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

border-color css

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

 span { border-color: rgb(228,84,129); }

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