Html Css Color HEX #E05286 Dark Pink

📋 copy color: '#E05286'

red 224 ◦ green 82 ◦ blue 134

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

Shades of Dark Pink #E05286

Tints of Dark Pink #E05286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

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

R = 50.91%
G = 18.64%
B = 30.45%

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

#E05286 (or 0xE05286) is known color: Dark Pink. HEX triplet: E0, 52 and 86. RGB value is (224,82,134). Sum of RGB (Red+Green+Blue) = 224+82+134=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05286 is #1FAD79. Grayscale: #828282. Windows color (decimal): -2076026 or 8803040. OLE color: 8803040.

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

Color convert

RGB 224 82 134 -
CMYK 0 0.63 0.40 0.12
HSL 338.03º 0.7% 0.6% -
HSV(B) 338.03º 0.63% 0.88% -
XYZ 38.06 23.6 25.1 -
YUV 130.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 224 82 134 0 0.63 0.40 0.12 338.03 0.7 0.6
Hex E0 52 86 0 3F 28 C 152 46 3C
Octal 340 122 206 0 77 50 14 522 106 74
Binary 11100000 1010010 10000110 0 111111 101000 1100 101010010 1000110 111100

Color Harmonies of #E05286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05286

Black with #E05286

Text Example


Text Example

White with #E05286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05286; }

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

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

background-color css

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

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

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

border-color css

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

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

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