Html Css Color HEX #E05384 Dark Pink

📋 copy color: '#E05384'

red 224 ◦ green 83 ◦ blue 132

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

Shades of Dark Pink #E05384

Tints of Dark Pink #E05384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.91%

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

R = 51.03%
G = 18.91%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E05384 (or 0xE05384) is known color: Dark Pink. HEX triplet: E0, 53 and 84. RGB value is (224,83,132). Sum of RGB (Red+Green+Blue) = 224+83+132=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E05384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05384 is #1FAC7B. Grayscale: #828282. Windows color (decimal): -2075772 or 8672224. OLE color: 8672224.

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

Color convert

RGB 224 83 132 -
CMYK 0 0.63 0.41 0.12
HSL 339.15º 0.69% 0.6% -
HSV(B) 339.15º 0.63% 0.88% -
XYZ 38 23.7 24.4 -
YUV 130.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 224 83 132 0 0.63 0.41 0.12 339.15 0.69 0.6
Hex E0 53 84 0 3F 29 C 153 45 3C
Octal 340 123 204 0 77 51 14 523 105 74
Binary 11100000 1010011 10000100 0 111111 101001 1100 101010011 1000101 111100

Color Harmonies of #E05384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05384

Black with #E05384

Text Example


Text Example

White with #E05384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05384; }

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

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

background-color css

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

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

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

border-color css

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

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

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