Html Css Color HEX #E75CAE Hot Pink

📋 copy color: '#E75CAE'

red 231 ◦ green 92 ◦ blue 174

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

Shades of Hot Pink #E75CAE

Tints of Hot Pink #E75CAE

RGB

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

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

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

R = 46.48%
G = 18.51%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E75CAE (or 0xE75CAE) is known color: Hot Pink. HEX triplet: E7, 5C and AE. RGB value is (231,92,174). Sum of RGB (Red+Green+Blue) = 231+92+174=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CAE is #18A351. Grayscale: #8E8E8E. Windows color (decimal): -1614674 or 11427047. OLE color: 11427047.

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

Color convert

RGB 231 92 174 -
CMYK 0 0.60 0.25 0.09
HSL 324.6º 0.74% 0.63% -
HSV(B) 324.6º 0.6% 0.91% -
XYZ 44.42 27.7 43.05 -
YUV 142.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 231 92 174 0 0.60 0.25 0.09 324.6 0.74 0.63
Hex E7 5C AE 0 3C 19 9 145 4A 3F
Octal 347 134 256 0 74 31 11 505 112 77
Binary 11100111 1011100 10101110 0 111100 11001 1001 101000101 1001010 111111

Color Harmonies of #E75CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CAE

Black with #E75CAE

Text Example


Text Example

White with #E75CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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