Html Css Color HEX #E75C7D Dark Pink

📋 copy color: '#E75C7D'

red 231 ◦ green 92 ◦ blue 125

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

Shades of Dark Pink #E75C7D

Tints of Dark Pink #E75C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 51.56%
G = 20.54%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E75C7D (or 0xE75C7D) is known color: Dark Pink. HEX triplet: E7, 5C and 7D. RGB value is (231,92,125). Sum of RGB (Red+Green+Blue) = 231+92+125=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C7D is #18A382. Grayscale: #898989. Windows color (decimal): -1614723 or 8215783. OLE color: 8215783.

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

Color convert

RGB 231 92 125 -
CMYK 0 0.60 0.46 0.09
HSL 345.76º 0.74% 0.63% -
HSV(B) 345.76º 0.6% 0.91% -
XYZ 40.48 26.12 22.31 -
YUV 137.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 231 92 125 0 0.60 0.46 0.09 345.76 0.74 0.63
Hex E7 5C 7D 0 3C 2E 9 15A 4A 3F
Octal 347 134 175 0 74 56 11 532 112 77
Binary 11100111 1011100 1111101 0 111100 101110 1001 101011010 1001010 111111

Color Harmonies of #E75C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C7D

Black with #E75C7D

Text Example


Text Example

White with #E75C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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