Html Css Color HEX #ED6DCD Neon Pink

📋 copy color: '#ED6DCD'

red 237 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #ED6DCD

Tints of Neon Pink #ED6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.78%

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

R = 43.01%
G = 19.78%
B = 37.21%

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

#ED6DCD (or 0xED6DCD) is known color: Neon Pink. HEX triplet: ED, 6D and CD. RGB value is (237,109,205). Sum of RGB (Red+Green+Blue) = 237+109+205=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DCD is #129232. Grayscale: #9D9D9D. Windows color (decimal): -1217075 or 13463021. OLE color: 13463021.

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

Color convert

RGB 237 109 205 -
CMYK 0 0.54 0.14 0.07
HSL 315º 0.78% 0.68% -
HSV(B) 315º 0.54% 0.93% -
XYZ 51.41 33.35 61.48 -
YUV 158.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 237 109 205 0 0.54 0.14 0.07 315 0.78 0.68
Hex ED 6D CD 0 36 E 7 13B 4E 44
Octal 355 155 315 0 66 16 7 473 116 104
Binary 11101101 1101101 11001101 0 110110 1110 111 100111011 1001110 1000100

Color Harmonies of #ED6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DCD

Black with #ED6DCD

Text Example


Text Example

White with #ED6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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