Html Css Color HEX #E75C8D Dark Pink

📋 copy color: '#E75C8D'

red 231 ◦ green 92 ◦ blue 141

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

Shades of Dark Pink #E75C8D

Tints of Dark Pink #E75C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 49.78%
G = 19.83%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E75C8D (or 0xE75C8D) is known color: Dark Pink. HEX triplet: E7, 5C and 8D. RGB value is (231,92,141). Sum of RGB (Red+Green+Blue) = 231+92+141=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C8D is #18A372. Grayscale: #8B8B8B. Windows color (decimal): -1614707 or 9264359. OLE color: 9264359.

HSL color Cylindrical-coordinate representation of color #E75C8D: hue angle of 338.85º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C8D is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 141 -
CMYK 0 0.60 0.39 0.09
HSL 338.85º 0.74% 0.63% -
HSV(B) 338.85º 0.6% 0.91% -
XYZ 41.59 26.57 28.14 -
YUV 139.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 231 92 141 0 0.60 0.39 0.09 338.85 0.74 0.63
Hex E7 5C 8D 0 3C 27 9 153 4A 3F
Octal 347 134 215 0 74 47 11 523 112 77
Binary 11100111 1011100 10001101 0 111100 100111 1001 101010011 1001010 111111

Color Harmonies of #E75C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C8D

Black with #E75C8D

Text Example


Text Example

White with #E75C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C8D; }

 p { color: rgb(231,92,141); }

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

background-color css

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

 a { background-color: rgb(231,92,141); }

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

border-color css

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

 span { border-color: rgb(231,92,141); }

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