Html Css Color HEX #EC6BBD Neon Pink

📋 copy color: '#EC6BBD'

red 236 ◦ green 107 ◦ blue 189

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

Shades of Neon Pink #EC6BBD

Tints of Neon Pink #EC6BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 44.36%
G = 20.11%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC6BBD (or 0xEC6BBD) is known color: Neon Pink. HEX triplet: EC, 6B and BD. RGB value is (236,107,189). Sum of RGB (Red+Green+Blue) = 236+107+189=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BBD is #139442. Grayscale: #9A9A9A. Windows color (decimal): -1283139 or 12413932. OLE color: 12413932.

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

Color convert

RGB 236 107 189 -
CMYK 0 0.55 0.20 0.07
HSL 321.86º 0.77% 0.67% -
HSV(B) 321.86º 0.55% 0.93% -
XYZ 49.04 32.02 51.74 -
YUV 154.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 236 107 189 0 0.55 0.20 0.07 321.86 0.77 0.67
Hex EC 6B BD 0 37 14 7 142 4D 43
Octal 354 153 275 0 67 24 7 502 115 103
Binary 11101100 1101011 10111101 0 110111 10100 111 101000010 1001101 1000011

Color Harmonies of #EC6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BBD

Black with #EC6BBD

Text Example


Text Example

White with #EC6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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