Html Css Color HEX #E35085 Dark Pink

📋 copy color: '#E35085'

red 227 ◦ green 80 ◦ blue 133

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

Shades of Dark Pink #E35085

Tints of Dark Pink #E35085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 51.59%
G = 18.18%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E35085 (or 0xE35085) is known color: Dark Pink. HEX triplet: E3, 50 and 85. RGB value is (227,80,133). Sum of RGB (Red+Green+Blue) = 227+80+133=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35085 is #1CAF7A. Grayscale: #818181. Windows color (decimal): -1879931 or 8736995. OLE color: 8736995.

HSL color Cylindrical-coordinate representation of color #E35085: hue angle of 338.37º 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 #E35085 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 133 -
CMYK 0 0.65 0.41 0.11
HSL 338.37º 0.72% 0.6% -
HSV(B) 338.37º 0.65% 0.89% -
XYZ 38.78 23.76 24.73 -
YUV 130 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 227 80 133 0 0.65 0.41 0.11 338.37 0.72 0.6
Hex E3 50 85 0 41 29 B 152 48 3C
Octal 343 120 205 0 101 51 13 522 110 74
Binary 11100011 1010000 10000101 0 1000001 101001 1011 101010010 1001000 111100

Color Harmonies of #E35085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35085

Black with #E35085

Text Example


Text Example

White with #E35085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35085; }

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

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

background-color css

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

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

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

border-color css

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

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

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