Html Css Color HEX #E75374 Dark Pink

📋 copy color: '#E75374'

red 231 ◦ green 83 ◦ blue 116

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

Shades of Dark Pink #E75374

Tints of Dark Pink #E75374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 53.72%
G = 19.3%
B = 26.98%

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

#E75374 (or 0xE75374) is known color: Dark Pink. HEX triplet: E7, 53 and 74. RGB value is (231,83,116). Sum of RGB (Red+Green+Blue) = 231+83+116=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75374 is #18AC8B. Grayscale: #838383. Windows color (decimal): -1617036 or 7623655. OLE color: 7623655.

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

Color convert

RGB 231 83 116 -
CMYK 0 0.64 0.50 0.09
HSL 346.62º 0.76% 0.62% -
HSV(B) 346.62º 0.64% 0.91% -
XYZ 39.2 24.44 19.17 -
YUV 131.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 231 83 116 0 0.64 0.50 0.09 346.62 0.76 0.62
Hex E7 53 74 0 40 32 9 15B 4C 3E
Octal 347 123 164 0 100 62 11 533 114 76
Binary 11100111 1010011 1110100 0 1000000 110010 1001 101011011 1001100 111110

Color Harmonies of #E75374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75374

Black with #E75374

Text Example


Text Example

White with #E75374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75374; }

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

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

background-color css

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

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

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

border-color css

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

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

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