Html Css Color HEX #E45484 Dark Pink

📋 copy color: '#E45484'

red 228 ◦ green 84 ◦ blue 132

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

Shades of Dark Pink #E45484

Tints of Dark Pink #E45484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.73%

R = 51.35%
G = 18.92%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E45484 (or 0xE45484) is known color: Dark Pink. HEX triplet: E4, 54 and 84. RGB value is (228,84,132). Sum of RGB (Red+Green+Blue) = 228+84+132=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E45484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45484 is #1BAB7B. Grayscale: #848484. Windows color (decimal): -1813372 or 8672484. OLE color: 8672484.

HSL color Cylindrical-coordinate representation of color #E45484: hue angle of 340º 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 #E45484 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 84 132 -
CMYK 0 0.63 0.42 0.11
HSL 340º 0.73% 0.61% -
HSV(B) 340º 0.63% 0.89% -
XYZ 39.33 24.5 24.49 -
YUV 132.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 228 84 132 0 0.63 0.42 0.11 340 0.73 0.61
Hex E4 54 84 0 3F 2A B 154 49 3D
Octal 344 124 204 0 77 52 13 524 111 75
Binary 11100100 1010100 10000100 0 111111 101010 1011 101010100 1001001 111101

Color Harmonies of #E45484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45484

Black with #E45484

Text Example


Text Example

White with #E45484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45484; }

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

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

background-color css

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

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

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

border-color css

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

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

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