Html Css Color HEX #EC69C7 Neon Pink

📋 copy color: '#EC69C7'

red 236 ◦ green 105 ◦ blue 199

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

Shades of Neon Pink #EC69C7

Tints of Neon Pink #EC69C7

RGB

 RED value IS 236 (92.58% from 255) = 43.7%

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

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

R = 43.7%
G = 19.44%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC69C7 (or 0xEC69C7) is known color: Neon Pink. HEX triplet: EC, 69 and C7. RGB value is (236,105,199). Sum of RGB (Red+Green+Blue) = 236+105+199=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69C7 is #139638. Grayscale: #9A9A9A. Windows color (decimal): -1283641 or 13068780. OLE color: 13068780.

HSL color Cylindrical-coordinate representation of color #EC69C7: hue angle of 316.95º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC69C7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 199 -
CMYK 0 0.56 0.16 0.07
HSL 316.95º 0.78% 0.67% -
HSV(B) 316.95º 0.56% 0.93% -
XYZ 49.95 32.06 57.59 -
YUV 154.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 236 105 199 0 0.56 0.16 0.07 316.95 0.78 0.67
Hex EC 69 C7 0 38 10 7 13D 4E 43
Octal 354 151 307 0 70 20 7 475 116 103
Binary 11101100 1101001 11000111 0 111000 10000 111 100111101 1001110 1000011

Color Harmonies of #EC69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69C7

Black with #EC69C7

Text Example


Text Example

White with #EC69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69C7; }

 p { color: rgb(236,105,199); }

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

background-color css

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

 a { background-color: rgb(236,105,199); }

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

border-color css

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

 span { border-color: rgb(236,105,199); }

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