Html Css Color HEX #E75C7F Dark Pink

📋 copy color: '#E75C7F'

red 231 ◦ green 92 ◦ blue 127

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

Shades of Dark Pink #E75C7F

Tints of Dark Pink #E75C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 51.33%
G = 20.44%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E75C7F (or 0xE75C7F) is known color: Dark Pink. HEX triplet: E7, 5C and 7F. RGB value is (231,92,127). Sum of RGB (Red+Green+Blue) = 231+92+127=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C7F is #18A380. Grayscale: #898989. Windows color (decimal): -1614721 or 8346855. OLE color: 8346855.

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

Color convert

RGB 231 92 127 -
CMYK 0 0.60 0.45 0.09
HSL 344.89º 0.74% 0.63% -
HSV(B) 344.89º 0.6% 0.91% -
XYZ 40.61 26.18 22.99 -
YUV 137.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 231 92 127 0 0.60 0.45 0.09 344.89 0.74 0.63
Hex E7 5C 7F 0 3C 2D 9 159 4A 3F
Octal 347 134 177 0 74 55 11 531 112 77
Binary 11100111 1011100 1111111 0 111100 101101 1001 101011001 1001010 111111

Color Harmonies of #E75C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C7F

Black with #E75C7F

Text Example


Text Example

White with #E75C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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