Html Css Color HEX #E75792 Dark Pink

📋 copy color: '#E75792'

red 231 ◦ green 87 ◦ blue 146

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

Shades of Dark Pink #E75792

Tints of Dark Pink #E75792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.75%

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 49.78%
G = 18.75%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75792 (or 0xE75792) is known color: Dark Pink. HEX triplet: E7, 57 and 92. RGB value is (231,87,146). Sum of RGB (Red+Green+Blue) = 231+87+146=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75792 is #18A86D. Grayscale: #888888. Windows color (decimal): -1615982 or 9590759. OLE color: 9590759.

HSL color Cylindrical-coordinate representation of color #E75792: hue angle of 335.42º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75792 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 87 146 -
CMYK 0 0.62 0.37 0.09
HSL 335.42º 0.75% 0.62% -
HSV(B) 335.42º 0.62% 0.91% -
XYZ 41.55 25.88 30 -
YUV 136.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 231 87 146 0 0.62 0.37 0.09 335.42 0.75 0.62
Hex E7 57 92 0 3E 25 9 14F 4B 3E
Octal 347 127 222 0 76 45 11 517 113 76
Binary 11100111 1010111 10010010 0 111110 100101 1001 101001111 1001011 111110

Color Harmonies of #E75792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75792

Black with #E75792

Text Example


Text Example

White with #E75792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75792; }

 p { color: rgb(231,87,146); }

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

background-color css

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

 a { background-color: rgb(231,87,146); }

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

border-color css

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

 span { border-color: rgb(231,87,146); }

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