Html Css Color HEX #E669C4 Neon Pink

📋 copy color: '#E669C4'

red 230 ◦ green 105 ◦ blue 196

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

Shades of Neon Pink #E669C4

Tints of Neon Pink #E669C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.91%

R = 43.31%
G = 19.77%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E669C4 (or 0xE669C4) is known color: Neon Pink. HEX triplet: E6, 69 and C4. RGB value is (230,105,196). Sum of RGB (Red+Green+Blue) = 230+105+196=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E669C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669C4 is #19963B. Grayscale: #989898. Windows color (decimal): -1676860 or 12872166. OLE color: 12872166.

HSL color Cylindrical-coordinate representation of color #E669C4: hue angle of 316.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669C4 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 196 -
CMYK 0 0.54 0.15 0.10
HSL 316.32º 0.71% 0.66% -
HSV(B) 316.32º 0.54% 0.9% -
XYZ 47.65 30.91 55.68 -
YUV 152.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 230 105 196 0 0.54 0.15 0.10 316.32 0.71 0.66
Hex E6 69 C4 0 36 F A 13C 47 42
Octal 346 151 304 0 66 17 12 474 107 102
Binary 11100110 1101001 11000100 0 110110 1111 1010 100111100 1000111 1000010

Color Harmonies of #E669C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669C4

Black with #E669C4

Text Example


Text Example

White with #E669C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669C4; }

 p { color: rgb(230,105,196); }

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

background-color css

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

 a { background-color: rgb(230,105,196); }

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

border-color css

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

 span { border-color: rgb(230,105,196); }

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