Html Css Color HEX #E75CBC Neon Pink

📋 copy color: '#E75CBC'

red 231 ◦ green 92 ◦ blue 188

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

Shades of Neon Pink #E75CBC

Tints of Neon Pink #E75CBC

RGB

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

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

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

R = 45.21%
G = 18%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E75CBC (or 0xE75CBC) is known color: Neon Pink. HEX triplet: E7, 5C and BC. RGB value is (231,92,188). Sum of RGB (Red+Green+Blue) = 231+92+188=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CBC is #18A343. Grayscale: #909090. Windows color (decimal): -1614660 or 12344551. OLE color: 12344551.

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

Color convert

RGB 231 92 188 -
CMYK 0 0.60 0.19 0.09
HSL 318.56º 0.74% 0.63% -
HSV(B) 318.56º 0.6% 0.91% -
XYZ 45.86 28.27 50.62 -
YUV 144.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 231 92 188 0 0.60 0.19 0.09 318.56 0.74 0.63
Hex E7 5C BC 0 3C 13 9 13F 4A 3F
Octal 347 134 274 0 74 23 11 477 112 77
Binary 11100111 1011100 10111100 0 111100 10011 1001 100111111 1001010 111111

Color Harmonies of #E75CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CBC

Black with #E75CBC

Text Example


Text Example

White with #E75CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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