Html Css Color HEX #ED6ECE Neon Pink

📋 copy color: '#ED6ECE'

red 237 ◦ green 110 ◦ blue 206

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

Shades of Neon Pink #ED6ECE

Tints of Neon Pink #ED6ECE

RGB

 RED value IS 237 (92.97% from 255) = 42.86%

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 42.86%
G = 19.89%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED6ECE (or 0xED6ECE) is known color: Neon Pink. HEX triplet: ED, 6E and CE. RGB value is (237,110,206). Sum of RGB (Red+Green+Blue) = 237+110+206=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ECE is #129131. Grayscale: #9E9E9E. Windows color (decimal): -1216818 or 13528813. OLE color: 13528813.

HSL color Cylindrical-coordinate representation of color #ED6ECE: hue angle of 314.65º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6ECE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 110 206 -
CMYK 0 0.54 0.13 0.07
HSL 314.65º 0.78% 0.68% -
HSV(B) 314.65º 0.54% 0.93% -
XYZ 51.64 33.61 62.16 -
YUV 158.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 237 110 206 0 0.54 0.13 0.07 314.65 0.78 0.68
Hex ED 6E CE 0 36 D 7 13B 4E 44
Octal 355 156 316 0 66 15 7 473 116 104
Binary 11101101 1101110 11001110 0 110110 1101 111 100111011 1001110 1000100

Color Harmonies of #ED6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ECE

Black with #ED6ECE

Text Example


Text Example

White with #ED6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ECE; }

 p { color: rgb(237,110,206); }

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

background-color css

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

 a { background-color: rgb(237,110,206); }

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

border-color css

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

 span { border-color: rgb(237,110,206); }

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