Html Css Color HEX #E75376 Dark Pink

📋 copy color: '#E75376'

red 231 ◦ green 83 ◦ blue 118

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

Shades of Dark Pink #E75376

Tints of Dark Pink #E75376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 53.47%
G = 19.21%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75376 (or 0xE75376) is known color: Dark Pink. HEX triplet: E7, 53 and 76. RGB value is (231,83,118). Sum of RGB (Red+Green+Blue) = 231+83+118=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E75376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75376 is #18AC89. Grayscale: #838383. Windows color (decimal): -1617034 or 7754727. OLE color: 7754727.

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

Color convert

RGB 231 83 118 -
CMYK 0 0.64 0.49 0.09
HSL 345.81º 0.76% 0.62% -
HSV(B) 345.81º 0.64% 0.91% -
XYZ 39.32 24.48 19.79 -
YUV 131.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 231 83 118 0 0.64 0.49 0.09 345.81 0.76 0.62
Hex E7 53 76 0 40 31 9 15A 4C 3E
Octal 347 123 166 0 100 61 11 532 114 76
Binary 11100111 1010011 1110110 0 1000000 110001 1001 101011010 1001100 111110

Color Harmonies of #E75376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75376

Black with #E75376

Text Example


Text Example

White with #E75376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75376; }

 p { color: rgb(231,83,118); }

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

background-color css

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

 a { background-color: rgb(231,83,118); }

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

border-color css

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

 span { border-color: rgb(231,83,118); }

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