Html Css Color HEX #E75671 Dark Pink

📋 copy color: '#E75671'

red 231 ◦ green 86 ◦ blue 113

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

Shades of Dark Pink #E75671

Tints of Dark Pink #E75671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 53.72%
G = 20%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E75671 (or 0xE75671) is known color: Dark Pink. HEX triplet: E7, 56 and 71. RGB value is (231,86,113). Sum of RGB (Red+Green+Blue) = 231+86+113=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75671 is #18A98E. Grayscale: #848484. Windows color (decimal): -1616271 or 7427815. OLE color: 7427815.

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

Color convert

RGB 231 86 113 -
CMYK 0 0.63 0.51 0.09
HSL 348.83º 0.75% 0.62% -
HSV(B) 348.83º 0.63% 0.91% -
XYZ 39.26 24.84 18.35 -
YUV 132.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 231 86 113 0 0.63 0.51 0.09 348.83 0.75 0.62
Hex E7 56 71 0 3F 33 9 15D 4B 3E
Octal 347 126 161 0 77 63 11 535 113 76
Binary 11100111 1010110 1110001 0 111111 110011 1001 101011101 1001011 111110

Color Harmonies of #E75671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75671

Black with #E75671

Text Example


Text Example

White with #E75671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75671; }

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

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

background-color css

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

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

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

border-color css

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

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

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