Html Css Color HEX #E75486 Dark Pink

📋 copy color: '#E75486'

red 231 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #E75486

Tints of Dark Pink #E75486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 51.45%
G = 18.71%
B = 29.84%

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

#E75486 (or 0xE75486) is known color: Dark Pink. HEX triplet: E7, 54 and 86. RGB value is (231,84,134). Sum of RGB (Red+Green+Blue) = 231+84+134=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75486 is #18AB79. Grayscale: #858585. Windows color (decimal): -1616762 or 8803559. OLE color: 8803559.

HSL color Cylindrical-coordinate representation of color #E75486: hue angle of 339.59º degrees, saturation: 0.75, 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 #E75486 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 84 134 -
CMYK 0 0.64 0.42 0.09
HSL 339.59º 0.75% 0.62% -
HSV(B) 339.59º 0.64% 0.91% -
XYZ 40.43 25.05 25.26 -
YUV 133.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 231 84 134 0 0.64 0.42 0.09 339.59 0.75 0.62
Hex E7 54 86 0 40 2A 9 154 4B 3E
Octal 347 124 206 0 100 52 11 524 113 76
Binary 11100111 1010100 10000110 0 1000000 101010 1001 101010100 1001011 111110

Color Harmonies of #E75486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75486

Black with #E75486

Text Example


Text Example

White with #E75486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75486; }

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

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

background-color css

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

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

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

border-color css

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

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

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