Html Css Color HEX #ED6ECD Neon Pink

📋 copy color: '#ED6ECD'

red 237 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #ED6ECD

Tints of Neon Pink #ED6ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 42.93%
G = 19.93%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED6ECD (or 0xED6ECD) is known color: Neon Pink. HEX triplet: ED, 6E and CD. RGB value is (237,110,205). Sum of RGB (Red+Green+Blue) = 237+110+205=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ECD is #129132. Grayscale: #9E9E9E. Windows color (decimal): -1216819 or 13463277. OLE color: 13463277.

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

Color convert

RGB 237 110 205 -
CMYK 0 0.54 0.14 0.07
HSL 315.12º 0.78% 0.68% -
HSV(B) 315.12º 0.54% 0.93% -
XYZ 51.52 33.56 61.52 -
YUV 158.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 237 110 205 0 0.54 0.14 0.07 315.12 0.78 0.68
Hex ED 6E CD 0 36 E 7 13B 4E 44
Octal 355 156 315 0 66 16 7 473 116 104
Binary 11101101 1101110 11001101 0 110110 1110 111 100111011 1001110 1000100

Color Harmonies of #ED6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ECD

Black with #ED6ECD

Text Example


Text Example

White with #ED6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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