Html Css Color HEX #E865C2 Neon Pink

📋 copy color: '#E865C2'

red 232 ◦ green 101 ◦ blue 194

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

Shades of Neon Pink #E865C2

Tints of Neon Pink #E865C2

RGB

 RED value IS 232 (91.02% from 255) = 44.02%

 GREEN value IS 101 (39.84% from 255) = 19.17%

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 44.02%
G = 19.17%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E865C2 (or 0xE865C2) is known color: Neon Pink. HEX triplet: E8, 65 and C2. RGB value is (232,101,194). Sum of RGB (Red+Green+Blue) = 232+101+194=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C2 is #179A3D. Grayscale: #969696. Windows color (decimal): -1546814 or 12740072. OLE color: 12740072.

HSL color Cylindrical-coordinate representation of color #E865C2: hue angle of 317.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865C2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 101 194 -
CMYK 0 0.56 0.16 0.09
HSL 317.4º 0.74% 0.65% -
HSV(B) 317.4º 0.56% 0.91% -
XYZ 47.67 30.36 54.39 -
YUV 150.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 232 101 194 0 0.56 0.16 0.09 317.4 0.74 0.65
Hex E8 65 C2 0 38 10 9 13D 4A 41
Octal 350 145 302 0 70 20 11 475 112 101
Binary 11101000 1100101 11000010 0 111000 10000 1001 100111101 1001010 1000001

Color Harmonies of #E865C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E865C2

Black with #E865C2

Text Example


Text Example

White with #E865C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E865C2; }

 p { color: rgb(232,101,194); }

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

background-color css

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

 a { background-color: rgb(232,101,194); }

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

border-color css

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

 span { border-color: rgb(232,101,194); }

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