Html Css Color HEX #ED6ECB Neon Pink

📋 copy color: '#ED6ECB'

red 237 ◦ green 110 ◦ blue 203

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

Shades of Neon Pink #ED6ECB

Tints of Neon Pink #ED6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 43.09%
G = 20%
B = 36.91%

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

#ED6ECB (or 0xED6ECB) is known color: Neon Pink. HEX triplet: ED, 6E and CB. RGB value is (237,110,203). Sum of RGB (Red+Green+Blue) = 237+110+203=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ECB is #129134. Grayscale: #9E9E9E. Windows color (decimal): -1216821 or 13332205. OLE color: 13332205.

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

Color convert

RGB 237 110 203 -
CMYK 0 0.54 0.14 0.07
HSL 316.06º 0.78% 0.68% -
HSV(B) 316.06º 0.54% 0.93% -
XYZ 51.28 33.47 60.26 -
YUV 158.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 237 110 203 0 0.54 0.14 0.07 316.06 0.78 0.68
Hex ED 6E CB 0 36 E 7 13C 4E 44
Octal 355 156 313 0 66 16 7 474 116 104
Binary 11101101 1101110 11001011 0 110110 1110 111 100111100 1001110 1000100

Color Harmonies of #ED6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ECB

Black with #ED6ECB

Text Example


Text Example

White with #ED6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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