Html Css Color HEX #E75386 Dark Pink

📋 copy color: '#E75386'

red 231 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #E75386

Tints of Dark Pink #E75386

RGB

 RED value IS 231 (90.63% from 255) = 51.56%

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

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

R = 51.56%
G = 18.53%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E75386 (or 0xE75386) is known color: Dark Pink. HEX triplet: E7, 53 and 86. RGB value is (231,83,134). Sum of RGB (Red+Green+Blue) = 231+83+134=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75386 is #18AC79. Grayscale: #858585. Windows color (decimal): -1617018 or 8803303. OLE color: 8803303.

HSL color Cylindrical-coordinate representation of color #E75386: hue angle of 339.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75386 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 134 -
CMYK 0 0.64 0.42 0.09
HSL 339.32º 0.76% 0.62% -
HSV(B) 339.32º 0.64% 0.91% -
XYZ 40.35 24.9 25.23 -
YUV 133.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 231 83 134 0 0.64 0.42 0.09 339.32 0.76 0.62
Hex E7 53 86 0 40 2A 9 153 4C 3E
Octal 347 123 206 0 100 52 11 523 114 76
Binary 11100111 1010011 10000110 0 1000000 101010 1001 101010011 1001100 111110

Color Harmonies of #E75386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75386

Black with #E75386

Text Example


Text Example

White with #E75386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75386; }

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

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

background-color css

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

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

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

border-color css

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

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

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