Html Css Color HEX #EC69C2 Neon Pink

📋 copy color: '#EC69C2'

red 236 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #EC69C2

Tints of Neon Pink #EC69C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 44.11%
G = 19.63%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC69C2 (or 0xEC69C2) is known color: Neon Pink. HEX triplet: EC, 69 and C2. RGB value is (236,105,194). Sum of RGB (Red+Green+Blue) = 236+105+194=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69C2 is #13963D. Grayscale: #9A9A9A. Windows color (decimal): -1283646 or 12741100. OLE color: 12741100.

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

Color convert

RGB 236 105 194 -
CMYK 0 0.56 0.18 0.07
HSL 319.24º 0.78% 0.67% -
HSV(B) 319.24º 0.56% 0.93% -
XYZ 49.38 31.83 54.58 -
YUV 154.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 236 105 194 0 0.56 0.18 0.07 319.24 0.78 0.67
Hex EC 69 C2 0 38 12 7 13F 4E 43
Octal 354 151 302 0 70 22 7 477 116 103
Binary 11101100 1101001 11000010 0 111000 10010 111 100111111 1001110 1000011

Color Harmonies of #EC69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69C2

Black with #EC69C2

Text Example


Text Example

White with #EC69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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