Html Css Color HEX #E45485 Dark Pink

📋 copy color: '#E45485'

red 228 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #E45485

Tints of Dark Pink #E45485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 51.24%
G = 18.88%
B = 29.89%

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

#E45485 (or 0xE45485) is known color: Dark Pink. HEX triplet: E4, 54 and 85. RGB value is (228,84,133). Sum of RGB (Red+Green+Blue) = 228+84+133=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E45485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45485 is #1BAB7A. Grayscale: #848484. Windows color (decimal): -1813371 or 8738020. OLE color: 8738020.

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

Color convert

RGB 228 84 133 -
CMYK 0 0.63 0.42 0.11
HSL 339.58º 0.73% 0.61% -
HSV(B) 339.58º 0.63% 0.89% -
XYZ 39.4 24.53 24.85 -
YUV 132.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 228 84 133 0 0.63 0.42 0.11 339.58 0.73 0.61
Hex E4 54 85 0 3F 2A B 154 49 3D
Octal 344 124 205 0 77 52 13 524 111 75
Binary 11100100 1010100 10000101 0 111111 101010 1011 101010100 1001001 111101

Color Harmonies of #E45485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45485

Black with #E45485

Text Example


Text Example

White with #E45485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45485; }

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

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

background-color css

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

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

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

border-color css

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

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

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