Html Css Color HEX #E75485 Dark Pink

📋 copy color: '#E75485'

red 231 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #E75485

Tints of Dark Pink #E75485

RGB

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

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

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

R = 51.56%
G = 18.75%
B = 29.69%

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

#E75485 (or 0xE75485) is known color: Dark Pink. HEX triplet: E7, 54 and 85. RGB value is (231,84,133). Sum of RGB (Red+Green+Blue) = 231+84+133=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75485 is #18AB7A. Grayscale: #858585. Windows color (decimal): -1616763 or 8738023. OLE color: 8738023.

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

Color convert

RGB 231 84 133 -
CMYK 0 0.64 0.42 0.09
HSL 340º 0.75% 0.62% -
HSV(B) 340º 0.64% 0.91% -
XYZ 40.36 25.02 24.89 -
YUV 133.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 231 84 133 0 0.64 0.42 0.09 340 0.75 0.62
Hex E7 54 85 0 40 2A 9 154 4B 3E
Octal 347 124 205 0 100 52 11 524 113 76
Binary 11100111 1010100 10000101 0 1000000 101010 1001 101010100 1001011 111110

Color Harmonies of #E75485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75485

Black with #E75485

Text Example


Text Example

White with #E75485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75485; }

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

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

background-color css

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

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

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

border-color css

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

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

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