Html Css Color HEX #E75ABA Hot Pink

📋 copy color: '#E75ABA'

red 231 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #E75ABA

Tints of Hot Pink #E75ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.75%

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 45.56%
G = 17.75%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E75ABA (or 0xE75ABA) is known color: Hot Pink. HEX triplet: E7, 5A and BA. RGB value is (231,90,186). Sum of RGB (Red+Green+Blue) = 231+90+186=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ABA is #18A545. Grayscale: #8E8E8E. Windows color (decimal): -1615174 or 12212967. OLE color: 12212967.

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

Color convert

RGB 231 90 186 -
CMYK 0 0.61 0.19 0.09
HSL 319.15º 0.75% 0.63% -
HSV(B) 319.15º 0.61% 0.91% -
XYZ 45.47 27.85 49.43 -
YUV 143.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 231 90 186 0 0.61 0.19 0.09 319.15 0.75 0.63
Hex E7 5A BA 0 3D 13 9 13F 4B 3F
Octal 347 132 272 0 75 23 11 477 113 77
Binary 11100111 1011010 10111010 0 111101 10011 1001 100111111 1001011 111111

Color Harmonies of #E75ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75ABA

Black with #E75ABA

Text Example


Text Example

White with #E75ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75ABA; }

 p { color: rgb(231,90,186); }

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

background-color css

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

 a { background-color: rgb(231,90,186); }

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

border-color css

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

 span { border-color: rgb(231,90,186); }

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