Html Css Color HEX #E75894 Dark Pink

📋 copy color: '#E75894'

red 231 ◦ green 88 ◦ blue 148

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

Shades of Dark Pink #E75894

Tints of Dark Pink #E75894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.84%

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

R = 49.46%
G = 18.84%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E75894 (or 0xE75894) is known color: Dark Pink. HEX triplet: E7, 58 and 94. RGB value is (231,88,148). Sum of RGB (Red+Green+Blue) = 231+88+148=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E75894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75894 is #18A76B. Grayscale: #898989. Windows color (decimal): -1615724 or 9722087. OLE color: 9722087.

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

Color convert

RGB 231 88 148 -
CMYK 0 0.62 0.36 0.09
HSL 334.83º 0.75% 0.63% -
HSV(B) 334.83º 0.62% 0.91% -
XYZ 41.79 26.11 30.85 -
YUV 137.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 231 88 148 0 0.62 0.36 0.09 334.83 0.75 0.63
Hex E7 58 94 0 3E 24 9 14F 4B 3F
Octal 347 130 224 0 76 44 11 517 113 77
Binary 11100111 1011000 10010100 0 111110 100100 1001 101001111 1001011 111111

Color Harmonies of #E75894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75894

Black with #E75894

Text Example


Text Example

White with #E75894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75894; }

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

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

background-color css

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

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

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

border-color css

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

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

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