Html Css Color HEX #E75473 Dark Pink

📋 copy color: '#E75473'

red 231 ◦ green 84 ◦ blue 115

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

Shades of Dark Pink #E75473

Tints of Dark Pink #E75473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.53%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 53.72%
G = 19.53%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E75473 (or 0xE75473) is known color: Dark Pink. HEX triplet: E7, 54 and 73. RGB value is (231,84,115). Sum of RGB (Red+Green+Blue) = 231+84+115=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75473 is #18AB8C. Grayscale: #838383. Windows color (decimal): -1616781 or 7558375. OLE color: 7558375.

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

Color convert

RGB 231 84 115 -
CMYK 0 0.64 0.50 0.09
HSL 347.35º 0.75% 0.62% -
HSV(B) 347.35º 0.64% 0.91% -
XYZ 39.22 24.57 18.89 -
YUV 131.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 231 84 115 0 0.64 0.50 0.09 347.35 0.75 0.62
Hex E7 54 73 0 40 32 9 15B 4B 3E
Octal 347 124 163 0 100 62 11 533 113 76
Binary 11100111 1010100 1110011 0 1000000 110010 1001 101011011 1001011 111110

Color Harmonies of #E75473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75473

Black with #E75473

Text Example


Text Example

White with #E75473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75473; }

 p { color: rgb(231,84,115); }

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

background-color css

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

 a { background-color: rgb(231,84,115); }

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

border-color css

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

 span { border-color: rgb(231,84,115); }

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