Html Css Color HEX #E05397 Dark Pink

📋 copy color: '#E05397'

red 224 ◦ green 83 ◦ blue 151

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

Shades of Dark Pink #E05397

Tints of Dark Pink #E05397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.97%

R = 48.91%
G = 18.12%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05397 (or 0xE05397) is known color: Dark Pink. HEX triplet: E0, 53 and 97. RGB value is (224,83,151). Sum of RGB (Red+Green+Blue) = 224+83+151=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05397 is #1FAC68. Grayscale: #848484. Windows color (decimal): -2075753 or 9917408. OLE color: 9917408.

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

Color convert

RGB 224 83 151 -
CMYK 0 0.63 0.33 0.12
HSL 331.06º 0.69% 0.6% -
HSV(B) 331.06º 0.63% 0.88% -
XYZ 39.42 24.27 31.88 -
YUV 132.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 224 83 151 0 0.63 0.33 0.12 331.06 0.69 0.6
Hex E0 53 97 0 3F 21 C 14B 45 3C
Octal 340 123 227 0 77 41 14 513 105 74
Binary 11100000 1010011 10010111 0 111111 100001 1100 101001011 1000101 111100

Color Harmonies of #E05397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05397

Black with #E05397

Text Example


Text Example

White with #E05397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05397; }

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

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

background-color css

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

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

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

border-color css

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

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

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