Html Css Color HEX #E75390 Dark Pink

📋 copy color: '#E75390'

red 231 ◦ green 83 ◦ blue 144

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

Shades of Dark Pink #E75390

Tints of Dark Pink #E75390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 50.44%
G = 18.12%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75390 (or 0xE75390) is known color: Dark Pink. HEX triplet: E7, 53 and 90. RGB value is (231,83,144). Sum of RGB (Red+Green+Blue) = 231+83+144=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E75390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75390 is #18AC6F. Grayscale: #868686. Windows color (decimal): -1617008 or 9458663. OLE color: 9458663.

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

Color convert

RGB 231 83 144 -
CMYK 0 0.64 0.38 0.09
HSL 335.27º 0.76% 0.62% -
HSV(B) 335.27º 0.64% 0.91% -
XYZ 41.08 25.19 29.08 -
YUV 134.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 231 83 144 0 0.64 0.38 0.09 335.27 0.76 0.62
Hex E7 53 90 0 40 26 9 14F 4C 3E
Octal 347 123 220 0 100 46 11 517 114 76
Binary 11100111 1010011 10010000 0 1000000 100110 1001 101001111 1001100 111110

Color Harmonies of #E75390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75390

Black with #E75390

Text Example


Text Example

White with #E75390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75390; }

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

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

background-color css

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

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

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

border-color css

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

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

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