Html Css Color HEX #E45085 Dark Pink

📋 copy color: '#E45085'

red 228 ◦ green 80 ◦ blue 133

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

Shades of Dark Pink #E45085

Tints of Dark Pink #E45085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

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

R = 51.7%
G = 18.14%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E45085 (or 0xE45085) is known color: Dark Pink. HEX triplet: E4, 50 and 85. RGB value is (228,80,133). Sum of RGB (Red+Green+Blue) = 228+80+133=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E45085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45085 is #1BAF7A. Grayscale: #828282. Windows color (decimal): -1814395 or 8736996. OLE color: 8736996.

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

Color convert

RGB 228 80 133 -
CMYK 0 0.65 0.42 0.11
HSL 338.51º 0.73% 0.6% -
HSV(B) 338.51º 0.65% 0.89% -
XYZ 39.1 23.92 24.75 -
YUV 130.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 228 80 133 0 0.65 0.42 0.11 338.51 0.73 0.6
Hex E4 50 85 0 41 2A B 153 49 3C
Octal 344 120 205 0 101 52 13 523 111 74
Binary 11100100 1010000 10000101 0 1000001 101010 1011 101010011 1001001 111100

Color Harmonies of #E45085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45085

Black with #E45085

Text Example


Text Example

White with #E45085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45085; }

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

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

background-color css

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

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

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

border-color css

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

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

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