Html Css Color HEX #ED6ACD Neon Pink

📋 copy color: '#ED6ACD'

red 237 ◦ green 106 ◦ blue 205

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

Shades of Neon Pink #ED6ACD

Tints of Neon Pink #ED6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.34%

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

R = 43.25%
G = 19.34%
B = 37.41%

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

#ED6ACD (or 0xED6ACD) is known color: Neon Pink. HEX triplet: ED, 6A and CD. RGB value is (237,106,205). Sum of RGB (Red+Green+Blue) = 237+106+205=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ACD is #129532. Grayscale: #9C9C9C. Windows color (decimal): -1217843 or 13462253. OLE color: 13462253.

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

Color convert

RGB 237 106 205 -
CMYK 0 0.55 0.14 0.07
HSL 314.66º 0.78% 0.67% -
HSV(B) 314.66º 0.55% 0.93% -
XYZ 51.1 32.72 61.38 -
YUV 156.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 237 106 205 0 0.55 0.14 0.07 314.66 0.78 0.67
Hex ED 6A CD 0 37 E 7 13B 4E 43
Octal 355 152 315 0 67 16 7 473 116 103
Binary 11101101 1101010 11001101 0 110111 1110 111 100111011 1001110 1000011

Color Harmonies of #ED6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ACD

Black with #ED6ACD

Text Example


Text Example

White with #ED6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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