Html Css Color HEX #E665C1 Neon Pink

📋 copy color: '#E665C1'

red 230 ◦ green 101 ◦ blue 193

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

Shades of Neon Pink #E665C1

Tints of Neon Pink #E665C1

RGB

 RED value IS 230 (90.23% from 255) = 43.89%

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

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

R = 43.89%
G = 19.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E665C1 (or 0xE665C1) is known color: Neon Pink. HEX triplet: E6, 65 and C1. RGB value is (230,101,193). Sum of RGB (Red+Green+Blue) = 230+101+193=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C1 is #199A3E. Grayscale: #959595. Windows color (decimal): -1677887 or 12674534. OLE color: 12674534.

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

Color convert

RGB 230 101 193 -
CMYK 0 0.56 0.16 0.10
HSL 317.21º 0.72% 0.65% -
HSV(B) 317.21º 0.56% 0.9% -
XYZ 46.91 29.98 53.77 -
YUV 150.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 230 101 193 0 0.56 0.16 0.10 317.21 0.72 0.65
Hex E6 65 C1 0 38 10 A 13D 48 41
Octal 346 145 301 0 70 20 12 475 110 101
Binary 11100110 1100101 11000001 0 111000 10000 1010 100111101 1001000 1000001

Color Harmonies of #E665C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E665C1

Black with #E665C1

Text Example


Text Example

White with #E665C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E665C1; }

 p { color: rgb(230,101,193); }

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

background-color css

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

 a { background-color: rgb(230,101,193); }

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

border-color css

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

 span { border-color: rgb(230,101,193); }

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