Html Css Color HEX #EC5CBF Neon Pink

📋 copy color: '#EC5CBF'

red 236 ◦ green 92 ◦ blue 191

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

Shades of Neon Pink #EC5CBF

Tints of Neon Pink #EC5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

 BLUE value IS 191 (75% from 255) = 36.8%

R = 45.47%
G = 17.73%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC5CBF (or 0xEC5CBF) is known color: Neon Pink. HEX triplet: EC, 5C and BF. RGB value is (236,92,191). Sum of RGB (Red+Green+Blue) = 236+92+191=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CBF is #13A340. Grayscale: #929292. Windows color (decimal): -1286977 or 12541164. OLE color: 12541164.

HSL color Cylindrical-coordinate representation of color #EC5CBF: hue angle of 318.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CBF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 191 -
CMYK 0 0.61 0.19 0.07
HSL 318.75º 0.79% 0.64% -
HSV(B) 318.75º 0.61% 0.93% -
XYZ 47.82 29.25 52.42 -
YUV 146.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 236 92 191 0 0.61 0.19 0.07 318.75 0.79 0.64
Hex EC 5C BF 0 3D 13 7 13F 4F 40
Octal 354 134 277 0 75 23 7 477 117 100
Binary 11101100 1011100 10111111 0 111101 10011 111 100111111 1001111 1000000

Color Harmonies of #EC5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CBF

Black with #EC5CBF

Text Example


Text Example

White with #EC5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CBF; }

 p { color: rgb(236,92,191); }

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

background-color css

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

 a { background-color: rgb(236,92,191); }

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

border-color css

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

 span { border-color: rgb(236,92,191); }

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