Html Css Color HEX #E75C94 Dark Pink

📋 copy color: '#E75C94'

red 231 ◦ green 92 ◦ blue 148

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

Shades of Dark Pink #E75C94

Tints of Dark Pink #E75C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 49.04%
G = 19.53%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E75C94 (or 0xE75C94) is known color: Dark Pink. HEX triplet: E7, 5C and 94. RGB value is (231,92,148). Sum of RGB (Red+Green+Blue) = 231+92+148=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C94 is #18A36B. Grayscale: #8B8B8B. Windows color (decimal): -1614700 or 9723111. OLE color: 9723111.

HSL color Cylindrical-coordinate representation of color #E75C94: hue angle of 335.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C94 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 148 -
CMYK 0 0.60 0.36 0.09
HSL 335.83º 0.74% 0.63% -
HSV(B) 335.83º 0.6% 0.91% -
XYZ 42.13 26.78 30.97 -
YUV 139.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 231 92 148 0 0.60 0.36 0.09 335.83 0.74 0.63
Hex E7 5C 94 0 3C 24 9 150 4A 3F
Octal 347 134 224 0 74 44 11 520 112 77
Binary 11100111 1011100 10010100 0 111100 100100 1001 101010000 1001010 111111

Color Harmonies of #E75C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C94

Black with #E75C94

Text Example


Text Example

White with #E75C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C94; }

 p { color: rgb(231,92,148); }

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

background-color css

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

 a { background-color: rgb(231,92,148); }

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

border-color css

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

 span { border-color: rgb(231,92,148); }

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