Html Css Color HEX #E75FBA Hot Pink

📋 copy color: '#E75FBA'

red 231 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #E75FBA

Tints of Hot Pink #E75FBA

RGB

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

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

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

R = 45.12%
G = 18.55%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E75FBA (or 0xE75FBA) is known color: Hot Pink. HEX triplet: E7, 5F and BA. RGB value is (231,95,186). Sum of RGB (Red+Green+Blue) = 231+95+186=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FBA is #18A045. Grayscale: #919191. Windows color (decimal): -1613894 or 12214247. OLE color: 12214247.

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

Color convert

RGB 231 95 186 -
CMYK 0 0.59 0.19 0.09
HSL 319.85º 0.74% 0.64% -
HSV(B) 319.85º 0.59% 0.91% -
XYZ 45.91 28.72 49.58 -
YUV 146.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 231 95 186 0 0.59 0.19 0.09 319.85 0.74 0.64
Hex E7 5F BA 0 3B 13 9 140 4A 40
Octal 347 137 272 0 73 23 11 500 112 100
Binary 11100111 1011111 10111010 0 111011 10011 1001 101000000 1001010 1000000

Color Harmonies of #E75FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FBA

Black with #E75FBA

Text Example


Text Example

White with #E75FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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