Html Css Color HEX #E75FB2 Hot Pink

📋 copy color: '#E75FB2'

red 231 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #E75FB2

Tints of Hot Pink #E75FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 45.83%
G = 18.85%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E75FB2 (or 0xE75FB2) is known color: Hot Pink. HEX triplet: E7, 5F and B2. RGB value is (231,95,178). Sum of RGB (Red+Green+Blue) = 231+95+178=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FB2 is #18A04D. Grayscale: #909090. Windows color (decimal): -1613902 or 11689959. OLE color: 11689959.

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

Color convert

RGB 231 95 178 -
CMYK 0 0.59 0.23 0.09
HSL 323.38º 0.74% 0.64% -
HSV(B) 323.38º 0.59% 0.91% -
XYZ 45.08 28.39 45.22 -
YUV 145.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 231 95 178 0 0.59 0.23 0.09 323.38 0.74 0.64
Hex E7 5F B2 0 3B 17 9 143 4A 40
Octal 347 137 262 0 73 27 11 503 112 100
Binary 11100111 1011111 10110010 0 111011 10111 1001 101000011 1001010 1000000

Color Harmonies of #E75FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FB2

Black with #E75FB2

Text Example


Text Example

White with #E75FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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