Html Css Color HEX #E75279 Dark Pink

📋 copy color: '#E75279'

red 231 ◦ green 82 ◦ blue 121

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

Shades of Dark Pink #E75279

Tints of Dark Pink #E75279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.89%

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 53.23%
G = 18.89%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75279 (or 0xE75279) is known color: Dark Pink. HEX triplet: E7, 52 and 79. RGB value is (231,82,121). Sum of RGB (Red+Green+Blue) = 231+82+121=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E75279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75279 is #18AD86. Grayscale: #828282. Windows color (decimal): -1617287 or 7951079. OLE color: 7951079.

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

Color convert

RGB 231 82 121 -
CMYK 0 0.65 0.48 0.09
HSL 344.3º 0.76% 0.61% -
HSV(B) 344.3º 0.65% 0.91% -
XYZ 39.42 24.4 20.72 -
YUV 131 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 231 82 121 0 0.65 0.48 0.09 344.3 0.76 0.61
Hex E7 52 79 0 41 30 9 158 4C 3D
Octal 347 122 171 0 101 60 11 530 114 75
Binary 11100111 1010010 1111001 0 1000001 110000 1001 101011000 1001100 111101

Color Harmonies of #E75279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75279

Black with #E75279

Text Example


Text Example

White with #E75279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75279; }

 p { color: rgb(231,82,121); }

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

background-color css

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

 a { background-color: rgb(231,82,121); }

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

border-color css

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

 span { border-color: rgb(231,82,121); }

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