Html Css Color HEX #ED6BCD Neon Pink

📋 copy color: '#ED6BCD'

red 237 ◦ green 107 ◦ blue 205

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

Shades of Neon Pink #ED6BCD

Tints of Neon Pink #ED6BCD

RGB

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

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

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

R = 43.17%
G = 19.49%
B = 37.34%

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

#ED6BCD (or 0xED6BCD) is known color: Neon Pink. HEX triplet: ED, 6B and CD. RGB value is (237,107,205). Sum of RGB (Red+Green+Blue) = 237+107+205=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BCD is #129432. Grayscale: #9C9C9C. Windows color (decimal): -1217587 or 13462509. OLE color: 13462509.

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

Color convert

RGB 237 107 205 -
CMYK 0 0.55 0.14 0.07
HSL 314.77º 0.78% 0.67% -
HSV(B) 314.77º 0.55% 0.93% -
XYZ 51.2 32.93 61.41 -
YUV 157.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 237 107 205 0 0.55 0.14 0.07 314.77 0.78 0.67
Hex ED 6B CD 0 37 E 7 13B 4E 43
Octal 355 153 315 0 67 16 7 473 116 103
Binary 11101101 1101011 11001101 0 110111 1110 111 100111011 1001110 1000011

Color Harmonies of #ED6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BCD

Black with #ED6BCD

Text Example


Text Example

White with #ED6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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