Html Css Color HEX #ED6CBE Neon Pink

📋 copy color: '#ED6CBE'

red 237 ◦ green 108 ◦ blue 190

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

Shades of Neon Pink #ED6CBE

Tints of Neon Pink #ED6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 44.3%
G = 20.19%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED6CBE (or 0xED6CBE) is known color: Neon Pink. HEX triplet: ED, 6C and BE. RGB value is (237,108,190). Sum of RGB (Red+Green+Blue) = 237+108+190=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CBE is #129341. Grayscale: #9B9B9B. Windows color (decimal): -1217346 or 12479725. OLE color: 12479725.

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

Color convert

RGB 237 108 190 -
CMYK 0 0.54 0.20 0.07
HSL 321.86º 0.78% 0.68% -
HSV(B) 321.86º 0.54% 0.93% -
XYZ 49.58 32.45 52.36 -
YUV 155.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 237 108 190 0 0.54 0.20 0.07 321.86 0.78 0.68
Hex ED 6C BE 0 36 14 7 142 4E 44
Octal 355 154 276 0 66 24 7 502 116 104
Binary 11101101 1101100 10111110 0 110110 10100 111 101000010 1001110 1000100

Color Harmonies of #ED6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CBE

Black with #ED6CBE

Text Example


Text Example

White with #ED6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CBE; }

 p { color: rgb(237,108,190); }

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

background-color css

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

 a { background-color: rgb(237,108,190); }

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

border-color css

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

 span { border-color: rgb(237,108,190); }

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