Html Css Color HEX #E75BBC Neon Pink

📋 copy color: '#E75BBC'

red 231 ◦ green 91 ◦ blue 188

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

Shades of Neon Pink #E75BBC

Tints of Neon Pink #E75BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.84%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 45.29%
G = 17.84%
B = 36.86%

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

#E75BBC (or 0xE75BBC) is known color: Neon Pink. HEX triplet: E7, 5B and BC. RGB value is (231,91,188). Sum of RGB (Red+Green+Blue) = 231+91+188=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BBC is #18A443. Grayscale: #8F8F8F. Windows color (decimal): -1614916 or 12344295. OLE color: 12344295.

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

Color convert

RGB 231 91 188 -
CMYK 0 0.61 0.19 0.09
HSL 318.43º 0.74% 0.63% -
HSV(B) 318.43º 0.61% 0.91% -
XYZ 45.77 28.1 50.59 -
YUV 143.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 231 91 188 0 0.61 0.19 0.09 318.43 0.74 0.63
Hex E7 5B BC 0 3D 13 9 13E 4A 3F
Octal 347 133 274 0 75 23 11 476 112 77
Binary 11100111 1011011 10111100 0 111101 10011 1001 100111110 1001010 111111

Color Harmonies of #E75BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BBC

Black with #E75BBC

Text Example


Text Example

White with #E75BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BBC; }

 p { color: rgb(231,91,188); }

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

background-color css

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

 a { background-color: rgb(231,91,188); }

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

border-color css

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

 span { border-color: rgb(231,91,188); }

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