Html Css Color HEX #E05283 Dark Pink

📋 copy color: '#E05283'

red 224 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #E05283

Tints of Dark Pink #E05283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 51.26%
G = 18.76%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05283 (or 0xE05283) is known color: Dark Pink. HEX triplet: E0, 52 and 83. RGB value is (224,82,131). Sum of RGB (Red+Green+Blue) = 224+82+131=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05283 is #1FAD7C. Grayscale: #818181. Windows color (decimal): -2076029 or 8606432. OLE color: 8606432.

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

Color convert

RGB 224 82 131 -
CMYK 0 0.63 0.42 0.12
HSL 339.3º 0.7% 0.6% -
HSV(B) 339.3º 0.63% 0.88% -
XYZ 37.85 23.52 24.02 -
YUV 130.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 224 82 131 0 0.63 0.42 0.12 339.3 0.7 0.6
Hex E0 52 83 0 3F 2A C 153 46 3C
Octal 340 122 203 0 77 52 14 523 106 74
Binary 11100000 1010010 10000011 0 111111 101010 1100 101010011 1000110 111100

Color Harmonies of #E05283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05283

Black with #E05283

Text Example


Text Example

White with #E05283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05283; }

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

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

background-color css

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

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

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

border-color css

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

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

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