Html Css Color HEX #E35180 Dark Pink

📋 copy color: '#E35180'

red 227 ◦ green 81 ◦ blue 128

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

Shades of Dark Pink #E35180

Tints of Dark Pink #E35180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

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

R = 52.06%
G = 18.58%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E35180 (or 0xE35180) is known color: Dark Pink. HEX triplet: E3, 51 and 80. RGB value is (227,81,128). Sum of RGB (Red+Green+Blue) = 227+81+128=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E35180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35180 is #1CAE7F. Grayscale: #818181. Windows color (decimal): -1879680 or 8409571. OLE color: 8409571.

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

Color convert

RGB 227 81 128 -
CMYK 0 0.64 0.44 0.11
HSL 340.68º 0.72% 0.6% -
HSV(B) 340.68º 0.64% 0.89% -
XYZ 38.52 23.77 22.98 -
YUV 130.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 227 81 128 0 0.64 0.44 0.11 340.68 0.72 0.6
Hex E3 51 80 0 40 2C B 155 48 3C
Octal 343 121 200 0 100 54 13 525 110 74
Binary 11100011 1010001 10000000 0 1000000 101100 1011 101010101 1001000 111100

Color Harmonies of #E35180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35180

Black with #E35180

Text Example


Text Example

White with #E35180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35180; }

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

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

background-color css

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

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

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

border-color css

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

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

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