Html Css Color HEX #E05386 Dark Pink

📋 copy color: '#E05386'

red 224 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #E05386

Tints of Dark Pink #E05386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.39%

R = 50.79%
G = 18.82%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05386 (or 0xE05386) is known color: Dark Pink. HEX triplet: E0, 53 and 86. RGB value is (224,83,134). Sum of RGB (Red+Green+Blue) = 224+83+134=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E05386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05386 is #1FAC79. Grayscale: #828282. Windows color (decimal): -2075770 or 8803296. OLE color: 8803296.

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

Color convert

RGB 224 83 134 -
CMYK 0 0.63 0.40 0.12
HSL 338.3º 0.69% 0.6% -
HSV(B) 338.3º 0.63% 0.88% -
XYZ 38.14 23.76 25.13 -
YUV 130.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 224 83 134 0 0.63 0.40 0.12 338.3 0.69 0.6
Hex E0 53 86 0 3F 28 C 152 45 3C
Octal 340 123 206 0 77 50 14 522 105 74
Binary 11100000 1010011 10000110 0 111111 101000 1100 101010010 1000101 111100

Color Harmonies of #E05386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05386

Black with #E05386

Text Example


Text Example

White with #E05386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05386; }

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

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

background-color css

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

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

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

border-color css

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

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

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