Html Css Color HEX #E35081 Dark Pink

📋 copy color: '#E35081'

red 227 ◦ green 80 ◦ blue 129

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

Shades of Dark Pink #E35081

Tints of Dark Pink #E35081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 52.06%
G = 18.35%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E35081 (or 0xE35081) is known color: Dark Pink. HEX triplet: E3, 50 and 81. RGB value is (227,80,129). Sum of RGB (Red+Green+Blue) = 227+80+129=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E35081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35081 is #1CAF7E. Grayscale: #818181. Windows color (decimal): -1879935 or 8474851. OLE color: 8474851.

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

Color convert

RGB 227 80 129 -
CMYK 0 0.65 0.43 0.11
HSL 340º 0.72% 0.6% -
HSV(B) 340º 0.65% 0.89% -
XYZ 38.51 23.65 23.3 -
YUV 129.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 227 80 129 0 0.65 0.43 0.11 340 0.72 0.6
Hex E3 50 81 0 41 2B B 154 48 3C
Octal 343 120 201 0 101 53 13 524 110 74
Binary 11100011 1010000 10000001 0 1000001 101011 1011 101010100 1001000 111100

Color Harmonies of #E35081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35081

Black with #E35081

Text Example


Text Example

White with #E35081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35081; }

 p { color: rgb(227,80,129); }

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

background-color css

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

 a { background-color: rgb(227,80,129); }

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

border-color css

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

 span { border-color: rgb(227,80,129); }

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