Html Css Color HEX #E868C7 Neon Pink

📋 copy color: '#E868C7'

red 232 ◦ green 104 ◦ blue 199

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

Shades of Neon Pink #E868C7

Tints of Neon Pink #E868C7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

 BLUE value IS 199 (78.13% from 255) = 37.2%

R = 43.36%
G = 19.44%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E868C7 (or 0xE868C7) is known color: Neon Pink. HEX triplet: E8, 68 and C7. RGB value is (232,104,199). Sum of RGB (Red+Green+Blue) = 232+104+199=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E868C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868C7 is #179738. Grayscale: #989898. Windows color (decimal): -1546041 or 13068520. OLE color: 13068520.

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

Color convert

RGB 232 104 199 -
CMYK 0 0.55 0.14 0.09
HSL 315.47º 0.74% 0.66% -
HSV(B) 315.47º 0.55% 0.91% -
XYZ 48.54 31.18 57.49 -
YUV 153.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 232 104 199 0 0.55 0.14 0.09 315.47 0.74 0.66
Hex E8 68 C7 0 37 E 9 13B 4A 42
Octal 350 150 307 0 67 16 11 473 112 102
Binary 11101000 1101000 11000111 0 110111 1110 1001 100111011 1001010 1000010

Color Harmonies of #E868C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E868C7

Black with #E868C7

Text Example


Text Example

White with #E868C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E868C7; }

 p { color: rgb(232,104,199); }

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

background-color css

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

 a { background-color: rgb(232,104,199); }

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

border-color css

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

 span { border-color: rgb(232,104,199); }

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