Html Css Color HEX #E7508C Dark Pink

📋 copy color: '#E7508C'

red 231 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #E7508C

Tints of Dark Pink #E7508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 51.22%
G = 17.74%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7508C (or 0xE7508C) is known color: Dark Pink. HEX triplet: E7, 50 and 8C. RGB value is (231,80,140). Sum of RGB (Red+Green+Blue) = 231+80+140=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7508C is #18AF73. Grayscale: #838383. Windows color (decimal): -1617780 or 9195751. OLE color: 9195751.

HSL color Cylindrical-coordinate representation of color #E7508C: hue angle of 336.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7508C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 140 -
CMYK 0 0.65 0.39 0.09
HSL 336.16º 0.76% 0.61% -
HSV(B) 336.16º 0.65% 0.91% -
XYZ 40.56 24.62 27.43 -
YUV 131.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 231 80 140 0 0.65 0.39 0.09 336.16 0.76 0.61
Hex E7 50 8C 0 41 27 9 150 4C 3D
Octal 347 120 214 0 101 47 11 520 114 75
Binary 11100111 1010000 10001100 0 1000001 100111 1001 101010000 1001100 111101

Color Harmonies of #E7508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7508C

Black with #E7508C

Text Example


Text Example

White with #E7508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7508C; }

 p { color: rgb(231,80,140); }

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

background-color css

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

 a { background-color: rgb(231,80,140); }

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

border-color css

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

 span { border-color: rgb(231,80,140); }

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