Html Css Color HEX #E765C0 Neon Pink

📋 copy color: '#E765C0'

red 231 ◦ green 101 ◦ blue 192

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

Shades of Neon Pink #E765C0

Tints of Neon Pink #E765C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 44.08%
G = 19.27%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E765C0 (or 0xE765C0) is known color: Neon Pink. HEX triplet: E7, 65 and C0. RGB value is (231,101,192). Sum of RGB (Red+Green+Blue) = 231+101+192=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E765C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765C0 is #189A3F. Grayscale: #969696. Windows color (decimal): -1612352 or 12608999. OLE color: 12608999.

HSL color Cylindrical-coordinate representation of color #E765C0: hue angle of 318º degrees, saturation: 0.73, 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 #E765C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 192 -
CMYK 0 0.56 0.17 0.09
HSL 318º 0.73% 0.65% -
HSV(B) 318º 0.56% 0.91% -
XYZ 47.12 30.1 53.2 -
YUV 150.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 231 101 192 0 0.56 0.17 0.09 318 0.73 0.65
Hex E7 65 C0 0 38 11 9 13E 49 41
Octal 347 145 300 0 70 21 11 476 111 101
Binary 11100111 1100101 11000000 0 111000 10001 1001 100111110 1001001 1000001

Color Harmonies of #E765C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765C0

Black with #E765C0

Text Example


Text Example

White with #E765C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765C0; }

 p { color: rgb(231,101,192); }

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

background-color css

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

 a { background-color: rgb(231,101,192); }

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

border-color css

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

 span { border-color: rgb(231,101,192); }

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