Html Css Color HEX #E05184 Dark Pink

📋 copy color: '#E05184'

red 224 ◦ green 81 ◦ blue 132

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

Shades of Dark Pink #E05184

Tints of Dark Pink #E05184

RGB

 RED value IS 224 (87.89% from 255) = 51.26%

 GREEN value IS 81 (32.03% from 255) = 18.54%

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

R = 51.26%
G = 18.54%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E05184 (or 0xE05184) is known color: Dark Pink. HEX triplet: E0, 51 and 84. RGB value is (224,81,132). Sum of RGB (Red+Green+Blue) = 224+81+132=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05184 is #1FAE7B. Grayscale: #818181. Windows color (decimal): -2076284 or 8671712. OLE color: 8671712.

HSL color Cylindrical-coordinate representation of color #E05184: hue angle of 338.6º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05184 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 132 -
CMYK 0 0.64 0.41 0.12
HSL 338.6º 0.7% 0.6% -
HSV(B) 338.6º 0.64% 0.88% -
XYZ 37.85 23.4 24.35 -
YUV 129.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 224 81 132 0 0.64 0.41 0.12 338.6 0.7 0.6
Hex E0 51 84 0 40 29 C 153 46 3C
Octal 340 121 204 0 100 51 14 523 106 74
Binary 11100000 1010001 10000100 0 1000000 101001 1100 101010011 1000110 111100

Color Harmonies of #E05184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05184

Black with #E05184

Text Example


Text Example

White with #E05184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05184; }

 p { color: rgb(224,81,132); }

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

background-color css

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

 a { background-color: rgb(224,81,132); }

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

border-color css

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

 span { border-color: rgb(224,81,132); }

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