Html Css Color HEX #EC69BE Neon Pink

📋 copy color: '#EC69BE'

red 236 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #EC69BE

Tints of Neon Pink #EC69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 44.44%
G = 19.77%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC69BE (or 0xEC69BE) is known color: Neon Pink. HEX triplet: EC, 69 and BE. RGB value is (236,105,190). Sum of RGB (Red+Green+Blue) = 236+105+190=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69BE is #139641. Grayscale: #999999. Windows color (decimal): -1283650 or 12478956. OLE color: 12478956.

HSL color Cylindrical-coordinate representation of color #EC69BE: hue angle of 321.07º 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 #EC69BE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 190 -
CMYK 0 0.56 0.19 0.07
HSL 321.07º 0.78% 0.67% -
HSV(B) 321.07º 0.56% 0.93% -
XYZ 48.94 31.65 52.25 -
YUV 153.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 236 105 190 0 0.56 0.19 0.07 321.07 0.78 0.67
Hex EC 69 BE 0 38 13 7 141 4E 43
Octal 354 151 276 0 70 23 7 501 116 103
Binary 11101100 1101001 10111110 0 111000 10011 111 101000001 1001110 1000011

Color Harmonies of #EC69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69BE

Black with #EC69BE

Text Example


Text Example

White with #EC69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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