Html Css Color HEX #EC6BCA Neon Pink

📋 copy color: '#EC6BCA'

red 236 ◦ green 107 ◦ blue 202

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

Shades of Neon Pink #EC6BCA

Tints of Neon Pink #EC6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 43.3%
G = 19.63%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC6BCA (or 0xEC6BCA) is known color: Neon Pink. HEX triplet: EC, 6B and CA. RGB value is (236,107,202). Sum of RGB (Red+Green+Blue) = 236+107+202=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCA is #139435. Grayscale: #9C9C9C. Windows color (decimal): -1283126 or 13265900. OLE color: 13265900.

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

Color convert

RGB 236 107 202 -
CMYK 0 0.55 0.14 0.07
HSL 315.81º 0.77% 0.67% -
HSV(B) 315.81º 0.55% 0.93% -
XYZ 50.51 32.61 59.51 -
YUV 156.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 236 107 202 0 0.55 0.14 0.07 315.81 0.77 0.67
Hex EC 6B CA 0 37 E 7 13C 4D 43
Octal 354 153 312 0 67 16 7 474 115 103
Binary 11101100 1101011 11001010 0 110111 1110 111 100111100 1001101 1000011

Color Harmonies of #EC6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BCA

Black with #EC6BCA

Text Example


Text Example

White with #EC6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BCA; }

 p { color: rgb(236,107,202); }

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

background-color css

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

 a { background-color: rgb(236,107,202); }

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

border-color css

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

 span { border-color: rgb(236,107,202); }

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