Html Css Color HEX #E35980 Dark Pink

📋 copy color: '#E35980'

red 227 ◦ green 89 ◦ blue 128

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

Shades of Dark Pink #E35980

Tints of Dark Pink #E35980

RGB

 RED value IS 227 (89.06% from 255) = 51.13%

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 51.13%
G = 20.05%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E35980 (or 0xE35980) is known color: Dark Pink. HEX triplet: E3, 59 and 80. RGB value is (227,89,128). Sum of RGB (Red+Green+Blue) = 227+89+128=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E35980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35980 is #1CA67F. Grayscale: #868686. Windows color (decimal): -1877632 or 8411619. OLE color: 8411619.

HSL color Cylindrical-coordinate representation of color #E35980: hue angle of 343.04º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E35980 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 89 128 -
CMYK 0 0.61 0.44 0.11
HSL 343.04º 0.71% 0.62% -
HSV(B) 343.04º 0.61% 0.89% -
XYZ 39.15 25.03 23.19 -
YUV 134.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 227 89 128 0 0.61 0.44 0.11 343.04 0.71 0.62
Hex E3 59 80 0 3D 2C B 157 47 3E
Octal 343 131 200 0 75 54 13 527 107 76
Binary 11100011 1011001 10000000 0 111101 101100 1011 101010111 1000111 111110

Color Harmonies of #E35980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35980

Black with #E35980

Text Example


Text Example

White with #E35980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35980; }

 p { color: rgb(227,89,128); }

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

background-color css

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

 a { background-color: rgb(227,89,128); }

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

border-color css

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

 span { border-color: rgb(227,89,128); }

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