Html Css Color HEX #E35386 Dark Pink

📋 copy color: '#E35386'

red 227 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #E35386

Tints of Dark Pink #E35386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 51.13%
G = 18.69%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E35386 (or 0xE35386) is known color: Dark Pink. HEX triplet: E3, 53 and 86. RGB value is (227,83,134). Sum of RGB (Red+Green+Blue) = 227+83+134=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E35386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35386 is #1CAC79. Grayscale: #838383. Windows color (decimal): -1879162 or 8803299. OLE color: 8803299.

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

Color convert

RGB 227 83 134 -
CMYK 0 0.63 0.41 0.11
HSL 338.75º 0.72% 0.61% -
HSV(B) 338.75º 0.63% 0.89% -
XYZ 39.07 24.24 25.17 -
YUV 131.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 227 83 134 0 0.63 0.41 0.11 338.75 0.72 0.61
Hex E3 53 86 0 3F 29 B 153 48 3D
Octal 343 123 206 0 77 51 13 523 110 75
Binary 11100011 1010011 10000110 0 111111 101001 1011 101010011 1001000 111101

Color Harmonies of #E35386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35386

Black with #E35386

Text Example


Text Example

White with #E35386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35386; }

 p { color: rgb(227,83,134); }

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

background-color css

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

 a { background-color: rgb(227,83,134); }

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

border-color css

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

 span { border-color: rgb(227,83,134); }

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