Html Css Color HEX #E75675 Dark Pink

📋 copy color: '#E75675'

red 231 ◦ green 86 ◦ blue 117

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

Shades of Dark Pink #E75675

Tints of Dark Pink #E75675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 53.23%
G = 19.82%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75675 (or 0xE75675) is known color: Dark Pink. HEX triplet: E7, 56 and 75. RGB value is (231,86,117). Sum of RGB (Red+Green+Blue) = 231+86+117=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E75675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75675 is #18A98A. Grayscale: #848484. Windows color (decimal): -1616267 or 7689959. OLE color: 7689959.

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

Color convert

RGB 231 86 117 -
CMYK 0 0.63 0.49 0.09
HSL 347.17º 0.75% 0.62% -
HSV(B) 347.17º 0.63% 0.91% -
XYZ 39.49 24.93 19.56 -
YUV 132.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 231 86 117 0 0.63 0.49 0.09 347.17 0.75 0.62
Hex E7 56 75 0 3F 31 9 15B 4B 3E
Octal 347 126 165 0 77 61 11 533 113 76
Binary 11100111 1010110 1110101 0 111111 110001 1001 101011011 1001011 111110

Color Harmonies of #E75675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75675

Black with #E75675

Text Example


Text Example

White with #E75675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75675; }

 p { color: rgb(231,86,117); }

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

background-color css

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

 a { background-color: rgb(231,86,117); }

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

border-color css

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

 span { border-color: rgb(231,86,117); }

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