Html Css Color HEX #E769C1 Neon Pink

📋 copy color: '#E769C1'

red 231 ◦ green 105 ◦ blue 193

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

Shades of Neon Pink #E769C1

Tints of Neon Pink #E769C1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.85%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 43.67%
G = 19.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E769C1 (or 0xE769C1) is known color: Neon Pink. HEX triplet: E7, 69 and C1. RGB value is (231,105,193). Sum of RGB (Red+Green+Blue) = 231+105+193=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C1 is #18963E. Grayscale: #989898. Windows color (decimal): -1611327 or 12675559. OLE color: 12675559.

HSL color Cylindrical-coordinate representation of color #E769C1: hue angle of 318.1º degrees, saturation: 0.72, 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 #E769C1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 193 -
CMYK 0 0.55 0.16 0.09
HSL 318.1º 0.72% 0.66% -
HSV(B) 318.1º 0.55% 0.91% -
XYZ 47.63 30.94 53.91 -
YUV 152.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 231 105 193 0 0.55 0.16 0.09 318.1 0.72 0.66
Hex E7 69 C1 0 37 10 9 13E 48 42
Octal 347 151 301 0 67 20 11 476 110 102
Binary 11100111 1101001 11000001 0 110111 10000 1001 100111110 1001000 1000010

Color Harmonies of #E769C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769C1

Black with #E769C1

Text Example


Text Example

White with #E769C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769C1; }

 p { color: rgb(231,105,193); }

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

background-color css

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

 a { background-color: rgb(231,105,193); }

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

border-color css

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

 span { border-color: rgb(231,105,193); }

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