Html Css Color HEX #E75FAE Hot Pink

📋 copy color: '#E75FAE'

red 231 ◦ green 95 ◦ blue 174

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

Shades of Hot Pink #E75FAE

Tints of Hot Pink #E75FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 46.2%
G = 19%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E75FAE (or 0xE75FAE) is known color: Hot Pink. HEX triplet: E7, 5F and AE. RGB value is (231,95,174). Sum of RGB (Red+Green+Blue) = 231+95+174=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FAE is #18A051. Grayscale: #909090. Windows color (decimal): -1613906 or 11427815. OLE color: 11427815.

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

Color convert

RGB 231 95 174 -
CMYK 0 0.59 0.25 0.09
HSL 325.15º 0.74% 0.64% -
HSV(B) 325.15º 0.59% 0.91% -
XYZ 44.69 28.23 43.14 -
YUV 144.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 231 95 174 0 0.59 0.25 0.09 325.15 0.74 0.64
Hex E7 5F AE 0 3B 19 9 145 4A 40
Octal 347 137 256 0 73 31 11 505 112 100
Binary 11100111 1011111 10101110 0 111011 11001 1001 101000101 1001010 1000000

Color Harmonies of #E75FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FAE

Black with #E75FAE

Text Example


Text Example

White with #E75FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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