Html Css Color HEX #E75F90 Dark Pink

📋 copy color: '#E75F90'

red 231 ◦ green 95 ◦ blue 144

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

Shades of Dark Pink #E75F90

Tints of Dark Pink #E75F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

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

R = 49.15%
G = 20.21%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75F90 (or 0xE75F90) is known color: Dark Pink. HEX triplet: E7, 5F and 90. RGB value is (231,95,144). Sum of RGB (Red+Green+Blue) = 231+95+144=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F90 is #18A06F. Grayscale: #8D8D8D. Windows color (decimal): -1613936 or 9461735. OLE color: 9461735.

HSL color Cylindrical-coordinate representation of color #E75F90: hue angle of 338.38º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F90 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 144 -
CMYK 0 0.59 0.38 0.09
HSL 338.38º 0.74% 0.64% -
HSV(B) 338.38º 0.59% 0.91% -
XYZ 42.08 27.19 29.42 -
YUV 141.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 231 95 144 0 0.59 0.38 0.09 338.38 0.74 0.64
Hex E7 5F 90 0 3B 26 9 152 4A 40
Octal 347 137 220 0 73 46 11 522 112 100
Binary 11100111 1011111 10010000 0 111011 100110 1001 101010010 1001010 1000000

Color Harmonies of #E75F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F90

Black with #E75F90

Text Example


Text Example

White with #E75F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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