Html Css Color HEX #E75377 Dark Pink

📋 copy color: '#E75377'

red 231 ◦ green 83 ◦ blue 119

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

Shades of Dark Pink #E75377

Tints of Dark Pink #E75377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 53.35%
G = 19.17%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75377 (or 0xE75377) is known color: Dark Pink. HEX triplet: E7, 53 and 77. RGB value is (231,83,119). Sum of RGB (Red+Green+Blue) = 231+83+119=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E75377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75377 is #18AC88. Grayscale: #838383. Windows color (decimal): -1617033 or 7820263. OLE color: 7820263.

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

Color convert

RGB 231 83 119 -
CMYK 0 0.64 0.48 0.09
HSL 345.41º 0.76% 0.62% -
HSV(B) 345.41º 0.64% 0.91% -
XYZ 39.38 24.51 20.11 -
YUV 131.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 231 83 119 0 0.64 0.48 0.09 345.41 0.76 0.62
Hex E7 53 77 0 40 30 9 159 4C 3E
Octal 347 123 167 0 100 60 11 531 114 76
Binary 11100111 1010011 1110111 0 1000000 110000 1001 101011001 1001100 111110

Color Harmonies of #E75377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75377

Black with #E75377

Text Example


Text Example

White with #E75377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75377; }

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

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

background-color css

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

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

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

border-color css

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

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

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